ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/parse_tree.c
(Generate patch)

Comparing trunk/OOPSE/libBASS/parse_tree.c (file contents):
Revision 1153 by gezelter, Tue May 11 04:21:52 2004 UTC vs.
Revision 1156 by gezelter, Tue May 11 20:07:56 2004 UTC

# 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          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines