| # | Line 124 | Line 124 | void walk_down( struct node_tag* the_node, struct name | |
|---|---|---|
| 124 | break; | |
| 125 | ||
| 126 | case CUTOFFGROUP_HEAD: | |
| 127 | < | if( the_namespc.type != CUTOFFGROUP_HEAD ){ | 
| 127 | > | if( the_namespc.type != MOLECULE_HEAD ){ | 
| 128 | print_tree_error( the_node, | |
| 129 | "The CutoffGroup block is not in a Molecule namespace" ); | |
| 130 | } | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |