| # | Line 35 | Line 35 | void pt_me( struct node_tag* head_node ){ | |
|---|---|---|
| 35 | ||
| 36 | mol_index = 0; | |
| 37 | comp_index = 0; | |
| 38 | < | walk_down( head_node->next_stmt, global_namespc ); // closed global namespace + exit |
| 38 | > | walk_down( head_node->next_stmt, global_namespc ); |
| 39 | > | // closed global namespace and exit |
| 40 | ||
| 41 | } | |
| 42 | ||
| # | Line 384 | Line 385 | void print_tree_error( struct node_tag* err_node, char | |
| 385 | ||
| 386 | painCave.isFatal = 1; | |
| 387 | simError(); | |
| 388 | + | #ifdef IS_MPI |
| 389 | + | mpiInterfaceExit(); |
| 390 | + | #endif //is_mpi |
| 391 | + | |
| 392 | } | |
| 393 | ||
| 394 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |