# | Line 279 | Line 279 | void yacc_BASS( char* file_name ){ | |
---|---|---|
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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |