# | Line 1 | Line 1 | |
---|---|---|
1 | < | /* |
1 | > | /* |
2 | * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. | |
3 | * | |
4 | * The University of Notre Dame grants you ("Licensee") a | |
# | 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 |