MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / Props1SI

Function Props1SI

src/CoolPropLib.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 return _HUGE;
202}
203EXPORT_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}
207EXPORT_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;

Callers 1

Props1Function · 0.70

Calls 1

stringClass · 0.50

Tested by

no test coverage detected