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

Comparing trunk/src/utils/fError.c (file contents):
Revision 246 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 848 by gezelter, Wed Jan 11 23:06:08 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines