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

Function haprops_

src/CoolPropLib.cpp:474–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472 return _HUGE;
473}
474EXPORT_CODE void CONVENTION haprops_(const char* Output, const char* Name1, const double* Prop1, const char* Name2, const double* Prop2,
475 const char* Name3, const double* Prop3, double* output) {
476 *output = HAProps(Output, Name1, *Prop1, Name2, *Prop2, Name3, *Prop3);
477}
478class AbstractStateLibrary
479{
480 private:

Callers

nothing calls this directly

Calls 1

HAPropsFunction · 0.70

Tested by

no test coverage detected