# HG changeset patch # User Nicolas Saunier # Date 1372349693 14400 # Node ID 8672c101bfeceaa263598d642e7a1d257d911df0 # Parent 72aa440720939ca97dd15032c9acffedcf5bd4b7 corrected minor type issue diff -r 72aa44072093 -r 8672c101bfec include/Parameters.hpp --- 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;