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

Comparing trunk/mdtools/BASS_parse/BASS.y (file contents):
Revision 157 by mmeineke, Tue Oct 29 21:48:25 2002 UTC vs.
Revision 171 by mmeineke, Mon Nov 11 17:23:41 2002 UTC

# Line 268 | Line 268 | void yacc_BASS( char* file_name ){
268    change_in_file( in_file );
269    
270    yyparse();
271 +  
272 + #ifdef IS_MPI
273 +  strcpy( checkPointMsg, "yyParse successful." );
274 +  MPIcheckPoint();
275 +  painCave.isEventLoop = 1;
276 + #endif // is_mpi
277 +  
278    fclose( in_file );
279    kill_lists();
280    
281    pt_me( head_node );
282 +
283 + #ifdef IS_MPI
284 +  painCave.isEventLoop = 0;
285 + #endif // is_mpi
286 +  
287    kill_tree( head_node );
288    head_node = NULL;
289   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines