| 478 | } |
| 479 | |
| 480 | double CoolPropSolver::s(ExternalThermodynamicState* const properties) { |
| 481 | // Base function returns an error if called - should be redeclared by the solver object |
| 482 | errorMessage((char*)"Internal error: s() not implemented in the Solver object"); |
| 483 | //throw NotImplementedError((char*)"Internal error: s() not implemented in the Solver object"); |
| 484 | return -_HUGE; |
| 485 | } |
| 486 | |
| 487 | double CoolPropSolver::d_der(ExternalThermodynamicState* const properties) { |
| 488 | // Base function returns an error if called - should be redeclared by the solver object |
no test coverage detected