ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/simError.h
(Generate patch)

Comparing trunk/mdtools/headers/simError.h (file contents):
Revision 153 by mmeineke, Tue Oct 22 22:12:39 2002 UTC vs.
Revision 155 by mmeineke, Thu Oct 24 20:40:49 2002 UTC

# Line 13 | Line 13 | struct errorStruct {
13  
14   } painCave;
15  
16
16   #ifdef __cplusplus
17   extern "C" {
18   #endif // __cplusplus
19    
20    int simError( void ); // returns 1 if handled. 0 otherwise.
21  
22 +  void initSimError( void ); // needed to be called from main before anything
23 +                             // goes wrong.
24 +
25   #ifdef IS_MPI
26    
27    void checkMPIError( void );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines