--- trunk/OOPSE/libBASS/parse_interface.h 2003/03/21 17:42:12 378 +++ trunk/OOPSE/libBASS/parse_interface.h 2004/01/29 23:01:17 998 @@ -1,10 +1,10 @@ #ifndef __INTERFACE_H__ #define __INTERFACE_H__ -#include +#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,6 +24,8 @@ 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_zconstraint( int zconstraint_index ); +extern void init_rigidbody( int rigidbody_index ); /*