--- trunk/OOPSE/libBASS/MakeStamps.hpp 2004/01/29 23:01:17 998 +++ trunk/OOPSE/libBASS/MakeStamps.hpp 2004/05/11 04:21:52 1153 @@ -11,6 +11,7 @@ #include "BendStamp.hpp" #include "TorsionStamp.hpp" #include "RigidBodyStamp.hpp" +#include "CutoffGroupStamp.hpp" class LinkedMolStamp{ @@ -54,6 +55,11 @@ class MakeStamps{ (public) int rigidBodyMembers( event* the_event ); int rigidBodyEnd( event* the_event ); + int newCutoffGroup( event* the_event ); + int cutoffGroupAssign( event* the_event ); + int cutoffGroupMembers( event* the_event ); + int cutoffGroupEnd( event* the_event ); + int newBond( event* the_event ); int bondAssign( event* the_event ); int bondMembers( event* the_event ); @@ -88,10 +94,8 @@ class MakeStamps{ (public) BendStamp* current_bend; TorsionStamp* current_torsion; RigidBodyStamp* current_rigidbody; + CutoffGroupStamp* current_cutoffgroup; }; - - - #endif