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

Function PredefinedMixtureNotFound

wrappers/MathCAD/CoolPropMathcad.cpp:690–692  ·  view source on GitHub ↗

Helper: centralize check for predefined-mixture-not-found error messages

Source from the content-addressed store, hash-verified

688
689// Helper: centralize check for predefined-mixture-not-found error messages
690static inline bool PredefinedMixtureNotFound(const std::string& emsg) {
691 return (emsg.find("Predefined mixture") != std::string::npos && emsg.find("not found") != std::string::npos);
692}
693
694// Return semicolon-delimited fluid names for a predefined mixture
695static LRESULT CP_get_predefined_mixture_fluids(LPMCSTRING Comps, // output string (semicolon-delimited fluid names)

Calls

no outgoing calls

Tested by

no test coverage detected