Commit 84a560eb0e9d9abb82401e40ed93cd1621748e27

Authored by Hacene SI HADJ MOHAND
1 parent e8ddc16c

no min max calculation

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/Parameters/Parameter.hh
... ... @@ -39,7 +39,7 @@ namespace AMDA {
39 39 struct SemiVariableTable {
40 40 std::vector<std::string> tabHeader;
41 41 std::map<std::string, std::vector<double>> tabValues;
42   - bool calculateBounds = true;
  42 + bool calculateBounds = false;
43 43 };
44 44  
45 45 /**
... ...