ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/fError.c
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/fError.c (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2547 by gezelter, Wed Jan 11 23:06:08 2006 UTC

# Line 46 | Line 46 | void F90_FUNC_(c_simerror, C_SIMERROR) (errorStruct* p
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines