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

Comparing branches/development/src/utils/simError.cpp (file contents):
Revision 1668 by gezelter, Fri Jan 6 19:03:05 2012 UTC vs.
Revision 1767 by gezelter, Fri Jul 6 22:01:58 2012 UTC

# Line 73 | Line 73 | int simError( void ) {
73   int simError( void ) {
74    
75    int myError = 1;
76  int isError;
76    char errorMsg[MAX_SIM_ERROR_MSG_LENGTH];
77 +
78 + #ifdef IS_MPI
79 +  int isError;
80    char nodeMsg[MAX_SIM_ERROR_MSG_LENGTH];
81 + #endif
82    
83    strcpy(errorMsg, "OpenMD ");
84    switch( painCave.severity ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines