| 201 | return _HUGE; |
| 202 | } |
| 203 | EXPORT_CODE double CONVENTION Props1SI(const char* FluidName, const char* Output) { |
| 204 | fpu_reset_guard guard; |
| 205 | return CoolProp::Props1SI(std::string(FluidName), std::string(Output)); |
| 206 | } |
| 207 | EXPORT_CODE void CONVENTION Props1SImulti(const char* Outputs, char* backend, const char* FluidNames, const double* fractions, |
| 208 | const long length_fractions, double* result, long* resdim1) { |
| 209 | fpu_reset_guard guard; |