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 117 by mmeineke, Tue Sep 24 22:10:55 2002 UTC vs.
Revision 118 by chuckv, Wed Sep 25 22:51:14 2002 UTC

# Line 27 | Line 27 | void pt_me( struct node_tag* head_node ){
27  
28    mol_index = 0;
29    comp_index = 0;
30 <  walk_down( head_node->next_stmt, global_namespc );
30 >  walk_down( head_node->next_stmt, global_namespc ); // closed global namespace + exit
31 >
32   }
33  
34   /*
# Line 386 | Line 387 | void print_tree_error( struct node_tag* err_node, char
387               "Parse tree error: unknown node type -> %s\n",
388               err_msg );
389    }
390 +
391 + #ifdef MPI
392 +  mpiInterfaceExit();
393 + #endif
394 +
395   }
396  
397  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines