==============================================================================
| 122 | |
| 123 | //============================================================================== |
| 124 | double Solver::getTolerance() const |
| 125 | { |
| 126 | return mProperties.mTolerance; |
| 127 | } |
| 128 | |
| 129 | //============================================================================== |
| 130 | void Solver::setNumMaxIterations(std::size_t _newMax) |
no outgoing calls