Commit 9d8ac4bd20f4987a34d3bce44f703fbf8eff6eb9
1 parent
51483991
Exists in
master
and in
85 other branches
correcting mav_sta
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/ExternLib/GetMavenStaticEnergy/GetMavenStaticEnergy.hh
... | ... | @@ -124,6 +124,7 @@ namespace AMDA { |
124 | 124 | semiVariableTableElements.tabValues[std::to_string(i)] = _energyList[i]; |
125 | 125 | } |
126 | 126 | } |
127 | + semiVariableTableElements.calculateBounds = false; | |
127 | 128 | _process.setSemiVariableTable(semiVariableTableElements); |
128 | 129 | if (!semiVariableTableElements.tabValues.empty()) |
129 | 130 | pInput.setIsTableIndexParam(true); | ... | ... |