diff options
author | Tim Besard <tim.besard@gmail.com> | 2011-11-02 15:11:59 +0100 |
---|---|---|
committer | Tim Besard <tim.besard@gmail.com> | 2011-11-02 15:11:59 +0100 |
commit | f9531223b72f8337b8d774c9e3a0d0b0f9ffcc7b (patch) | |
tree | 6942ff464682600061fde704ed13b50048fcc7d2 /src/Experiment.h | |
parent | ba67ca081a78a9dd6fb5f36f8d2bc2dea0f5224a (diff) |
Cleaning up a bit.
Diffstat (limited to 'src/Experiment.h')
-rw-r--r-- | src/Experiment.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Experiment.h b/src/Experiment.h index e90d55c..b6a2bf5 100644 --- a/src/Experiment.h +++ b/src/Experiment.h @@ -9,12 +9,23 @@ * Douglas M. Pase - initial API and implementation * *******************************************************************************/ +// +// Configuration +// + +// Include guard #if !defined(Experiment_h) #define Experiment_h +// Local includes #include "Chain.h" #include "Types.h" + +// +// Class definition +// + class Experiment { public: Experiment(); |