ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/BASS_parse/parse_tree.c
(Generate patch)

Comparing trunk/mdtools/BASS_parse/parse_tree.c (file contents):
Revision 160 by mmeineke, Wed Oct 30 22:38:22 2002 UTC vs.
Revision 170 by mmeineke, Mon Nov 11 15:16:09 2002 UTC

# Line 28 | Line 28 | void pt_me( struct node_tag* head_node ){
28               "Parse tree error: The head node was not the global node.\n" );
29      painCave.isFatal = 1;
30      simError();
31 + #ifdef IS_MPI
32 +    mpiInterfaceExit();
33 + #endif //is_mpi
34    }
35  
36    global_namespc.index = 0;
# Line 35 | Line 38 | void pt_me( struct node_tag* head_node ){
38  
39    mol_index = 0;
40    comp_index = 0;
41 <  walk_down( head_node->next_stmt, global_namespc ); // closed global namespace + exit
41 >  walk_down( head_node->next_stmt, global_namespc );
42 >  // closed global namespace and exit
43  
44   }
45  
# Line 384 | Line 388 | void print_tree_error( struct node_tag* err_node, char
388  
389    painCave.isFatal = 1;
390    simError();
391 + #ifdef IS_MPI
392 +  mpiInterfaceExit();
393 + #endif //is_mpi
394 +
395   }
396  
397  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines