--- trunk/OOPSE/libBASS/parse_interface.h 2004/01/19 16:08:21 957 +++ trunk/OOPSE/libBASS/parse_interface.h 2004/01/27 19:37:48 988 @@ -4,7 +4,7 @@ #include "node_list.h" /* - * the following is used to clarify the namespcae of a given statement + * the following is used to clarify the namespace of a given statement * or block node. */ @@ -24,11 +24,11 @@ extern void init_torsion( int torsion_index ); extern void init_bond( int bond_index ); extern void init_bend( int bend_index ); extern void init_torsion( int torsion_index ); +extern void init_member( int member_index ); extern void init_zconstraint( int zconstraint_index ); extern void init_rigidbody( int rigidbody_index ); - /* * the next few deal with the statement initializations */