| 424 | } |
| 425 | |
| 426 | bool SimulationControl_Impl::setLoadsConvergenceToleranceValue(double loadsConvergenceToleranceValue) { |
| 427 | bool result = setDouble(OS_SimulationControlFields::LoadsConvergenceToleranceValue, loadsConvergenceToleranceValue); |
| 428 | return result; |
| 429 | } |
| 430 | |
| 431 | void SimulationControl_Impl::resetLoadsConvergenceToleranceValue() { |
| 432 | bool result = setString(OS_SimulationControlFields::LoadsConvergenceToleranceValue, ""); |
no outgoing calls