Mercurial > hg > batch-feature-extraction-tool
comparison Source/.svn/text-base/ObservationData.cpp.svn-base @ 0:25bf17994ef1
First commit. VS2013, Codeblocks and Mac OSX configuration
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Thu, 09 Jul 2015 01:12:16 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:25bf17994ef1 |
---|---|
1 /* | |
2 ============================================================================== | |
3 | |
4 ObservationData.cpp | |
5 Created: 28 Aug 2014 5:28:49pm | |
6 Author: david.ronan | |
7 | |
8 ============================================================================== | |
9 */ | |
10 | |
11 #include "ObservationData.h" | |
12 | |
13 ObservationData::ObservationData() | |
14 { | |
15 } | |
16 ObservationData::~ObservationData() | |
17 { | |
18 } |