We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c235c4 commit 5412df7Copy full SHA for 5412df7
src/OSPSuite.Core/Domain/SolverSettingsFactory.cs
@@ -39,7 +39,7 @@ public SolverSettings Create(string solverName)
39
40
public void AddCheckNegativeValuesParameter(SolverSettings solverSettings)
41
{
42
- solverSettings.Add(newSimulationSolverParameter(Constants.Parameters.CHECK_FOR_NEGATIVE_VALUES, 0));
+ solverSettings.Add(newSimulationSolverParameter(Constants.Parameters.CHECK_FOR_NEGATIVE_VALUES, 1));
43
}
44
45
private IParameter newSimulationSolverParameter(string name, double value)
0 commit comments