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

Comparing:
branches/mmeineke/OOPSE/libBASS/BASS_parse.c (file contents), Revision 377 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
trunk/OOPSE/libBASS/BASS_parse.c (file contents), Revision 988 by gezelter, Tue Jan 27 19:37:48 2004 UTC

# Line 2 | Line 2
2   #include <stdlib.h>
3   #include <string.h>
4  
5 < #include <BASSyacc.h>
6 < #include <BASS_parse.h>
7 < #include <simError.h>
5 > #include "BASSyacc.h"
6 > #include "BASS_parse.h"
7 > #include "simError.h"
8   #ifdef IS_MPI
9   #define __is_lex__
10 < #include <mpiBASS.h>
10 > #include "mpiBASS.h"
11   #endif
12  
13   #define HASH_SIZE 211 // the size of the hash table
# Line 74 | Line 74 | void initialize_res_list(){
74    add_res_element( "members", MEMBERS );
75    add_res_element( "constraint", CONSTRAINT );
76    add_res_element( "component", COMPONENT );
77 <  add_res_element( "startIndex", START_INDEX );
77 >  add_res_element( "zConstraint", ZCONSTRAINT );
78    add_res_element( "orientation", ORIENTATION );
79 +  add_res_element( "rigidBody", RIGIDBODY );
80 +  add_res_element( "member", MEMBER );
81    
82    is_initialized = 1; // set the initialization boolean to true
83   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines