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

Comparing trunk/OOPSE/libBASS/parse_interface.h (file contents):
Revision 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 998 by gezelter, Thu Jan 29 23:01:17 2004 UTC

# Line 1 | Line 1
1   #ifndef __INTERFACE_H__
2   #define __INTERFACE_H__
3  
4 < #include <node_list.h>
4 > #include "node_list.h"
5  
6   /*
7 < * the following is used to clarify the namespcae of a given statement
7 > * the following is used to clarify the namespace of a given statement
8   * or block node.
9   */
10  
# Line 24 | Line 24 | extern void init_torsion( int torsion_index );
24   extern void init_bond( int bond_index );
25   extern void init_bend( int bend_index );
26   extern void init_torsion( int torsion_index );
27 + extern void init_zconstraint( int zconstraint_index );
28 + extern void init_rigidbody( int rigidbody_index );
29  
30  
31   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines