changeset 353:8672c101bfec

corrected minor type issue
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 27 Jun 2013 12:14:53 -0400
parents 72aa44072093
children f1e94826981f
files include/Parameters.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/Parameters.hpp	Thu Jun 27 01:35:47 2013 -0400
+++ b/include/Parameters.hpp	Thu Jun 27 12:14:53 2013 -0400
@@ -58,7 +58,7 @@
   float minAcceleration;
   float maxAcceleration;
   float maxSteering;
-  float useFeaturesForPrediction;
+  bool useFeaturesForPrediction;
 
   std::string parameterDescription;