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 163 by mmeineke, Tue Nov 5 22:04:42 2002 UTC

# Line 35 | Line 35 | void pt_me( struct node_tag* head_node ){
35  
36    mol_index = 0;
37    comp_index = 0;
38 <  walk_down( head_node->next_stmt, global_namespc ); // closed global namespace + exit
38 >  walk_down( head_node->next_stmt, global_namespc );
39 >  // closed global namespace and exit
40  
41   }
42  
# Line 384 | Line 385 | void print_tree_error( struct node_tag* err_node, char
385  
386    painCave.isFatal = 1;
387    simError();
388 + #ifdef IS_MPI
389 +  mpiInterfaceExit();
390 + #endif //is_mpi
391 +
392   }
393  
394  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines