| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |