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 |
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; |