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

Comparing trunk/OOPSE/libBASS/MakeStamps.hpp (file contents):
Revision 957 by gezelter, Mon Jan 19 16:08:21 2004 UTC vs.
Revision 998 by gezelter, Thu Jan 29 23:01:17 2004 UTC

# Line 50 | Line 50 | class MakeStamps{ (public)
50    int atomEnd( event* the_event );
51  
52    int newRigidBody( event* the_event );
53  int rigidBodyPosition( event* the_event );
54  int rigidBodyOrientation( event* the_event );
53    int rigidBodyAssign( event* the_event );
54 +  int rigidBodyMembers( event* the_event );
55    int rigidBodyEnd( event* the_event );
56  
57    int newBond( event* the_event );
58    int bondAssign( event* the_event );
59 <  int bondMember( event* the_event );
59 >  int bondMembers( event* the_event );
60    int bondConstraint( event* the_event );
61    int bondEnd( event* the_event );
62    
63    int newBend( event* the_event );
64    int bendAssign( event* the_event );
65 <  int bendMember( event* the_event );
65 >  int bendMembers( event* the_event );
66    int bendConstraint( event* the_event );
67    int bendEnd( event* the_event );
68  
69    int newTorsion( event* the_event );
70    int torsionAssign( event* the_event );
71 <  int torsionMember( event* the_event );
71 >  int torsionMembers( event* the_event );
72    int torsionConstraint( event* the_event );
73    int torsionEnd( event* the_event );
74  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines