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