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

Comparing trunk/OOPSE-4/src/io/parse_tree.c (file contents):
Revision 2187 by tim, Wed Apr 13 18:41:17 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 140 | Line 140 | void walk_down( struct node_tag* the_node, struct name
140  
141        case ATOM_HEAD:
142          if( the_namespc.type != MOLECULE_HEAD ){
143 <             print_tree_error( the_node,
143 >          print_tree_error( the_node,
144                              "The atom block is not in a molecule namespace" );
145          }
146          else{
# Line 396 | Line 396 | void print_tree_error( struct node_tag* err_node, char
396  
397    case CONSTRAINT_STMT:
398      sprintf( painCave.errMsg,
399 <            "Parse tree error: constraint node error => ( %lf )\n"
400 <            "                 -> %s\n",
401 <            err_node->the_data.cnstr.constraint_val,
402 <            err_msg );
399 >             "Parse tree error: constraint node error => ( %lf )\n"
400 >             "                 -> %s\n",
401 >             err_node->the_data.cnstr.constraint_val,
402 >             err_msg );
403      break;
404      
405    case ASSIGNMENT_STMT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines