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 998 by gezelter, Thu Jan 29 23:01:17 2004 UTC vs.
Revision 1153 by gezelter, Tue May 11 04:21:52 2004 UTC

# Line 11 | Line 11
11   #include "BendStamp.hpp"
12   #include "TorsionStamp.hpp"
13   #include "RigidBodyStamp.hpp"
14 + #include "CutoffGroupStamp.hpp"
15  
16   class LinkedMolStamp{
17  
# Line 54 | Line 55 | class MakeStamps{ (public)
55    int rigidBodyMembers( event* the_event );
56    int rigidBodyEnd( event* the_event );
57  
58 +  int newCutoffGroup( event* the_event );
59 +  int cutoffGroupAssign( event* the_event );
60 +  int cutoffGroupMembers( event* the_event );
61 +  int cutoffGroupEnd( event* the_event );
62 +
63    int newBond( event* the_event );
64    int bondAssign( event* the_event );
65    int bondMembers( event* the_event );
# Line 88 | Line 94 | class MakeStamps{ (public)
94    BendStamp* current_bend;
95    TorsionStamp* current_torsion;
96    RigidBodyStamp* current_rigidbody;
97 +  CutoffGroupStamp* current_cutoffgroup;
98  
99   };
100  
94
95
96
101   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines