Helper: centralize check for predefined-mixture-not-found error messages
| 688 | |
| 689 | // Helper: centralize check for predefined-mixture-not-found error messages |
| 690 | static 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 |
| 695 | static LRESULT CP_get_predefined_mixture_fluids(LPMCSTRING Comps, // output string (semicolon-delimited fluid names) |
no outgoing calls
no test coverage detected