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

Function errorMessage

wrappers/Modelica/src/errorhandling.cpp:15–17  ·  view source on GitHub ↗

This implementation uses the Dymola log and error window to report errors

Source from the content-addressed store, hash-verified

13# if (BUILD_DLL == 0)
14// This implementation uses the Dymola log and error window to report errors
15void errorMessage(char* errorMessage) {
16 //ModelicaError(errorMessage);
17}
18
19void warningMessage(char* warningMessage) {
20 //ModelicaMessage(warningMessage);

Callers 15

CoolPropSolverMethod · 0.85
preStateChangeMethod · 0.85
postStateChangeMethod · 0.85
setSat_pMethod · 0.85
setSat_TMethod · 0.85
setState_phMethod · 0.85
setState_pTMethod · 0.85
setState_dTMethod · 0.85
setState_psMethod · 0.85
setState_hsMethod · 0.85
PrMethod · 0.85
TMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected