# | Line 46 | Line 46 | |
---|---|---|
46 | ||
47 | #include "utils/simError.h" | |
48 | ||
49 | < | void F90_FUNC_(c_simerror, C_SIMERROR) (errorStruct* pc); |
49 | > | void FC_FUNC_(c_simerror, C_SIMERROR) (errorStruct* pc); |
50 | ||
51 | < | void F90_FUNC_(c_simerror, C_SIMERROR) (errorStruct* pc){ |
51 | > | void FC_FUNC_(c_simerror, C_SIMERROR) (errorStruct* pc){ |
52 | ||
53 | strcpy(painCave.errMsg, (*pc).errMsg); | |
54 | painCave.severity = (*pc).severity; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |