ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/BASSyacc.y
(Generate patch)

Comparing trunk/OOPSE-4/src/io/BASSyacc.y (file contents):
Revision 2262 by tim, Tue Sep 28 16:14:17 2004 UTC vs.
Revision 2263 by tim, Wed Jul 13 15:54:00 2005 UTC

# Line 240 | Line 240 | void yacc_BASS( char* file_name ){
240    strcpy( checkPointMsg, "yyParse successful." );
241    MPIcheckPoint();
242    painCave.isEventLoop = 1;
243 < #endif // is_mpi
243 > #endif /* is_mpi*/
244    
245    fclose( in_file );
246    kill_lists();
# Line 249 | Line 249 | void yacc_BASS( char* file_name ){
249  
250   #ifdef IS_MPI
251    painCave.isEventLoop = 0;
252 < #endif // is_mpi
252 > #endif /* is_mpi*/
253    
254    kill_tree( head_node );
255    head_node = NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines