# | 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: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |