diff include/Parameters.hpp @ 119:45a426552aaa

compilation of very simple feature class with trajectory
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 15 Aug 2011 11:39:25 -0400
parents b3e3d9f80a6a
children 1e68e18b1aa5
line wrap: on
line diff
--- a/include/Parameters.hpp	Wed Aug 10 18:36:05 2011 -0400
+++ b/include/Parameters.hpp	Mon Aug 15 11:39:25 2011 -0400
@@ -1,4 +1,5 @@
-// ifdef...
+#ifndef PARAMETERS_HPP
+#define PARAMETERS_HPP
 
 /// \todo Class for parameters, with utilities to save and load from configuration files
 
@@ -32,3 +33,5 @@
   float minVelocityCosine;
   int minNFeaturesPerGroup;
 };
+
+#endif