ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/types/MoleculeStamp.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/types/MoleculeStamp.hpp (file contents):
Revision 2469 by tim, Fri Dec 2 15:38:03 2005 UTC vs.
Revision 2483 by tim, Mon Dec 5 18:23:30 2005 UTC

# Line 91 | Line 91 | class MoleculeStamp : public DataHolder {
91    private:
92  
93      void fillBondInfo();
94 <    void findBends();
95 <    void findTorsions();
96 <    
94 >    void checkAtoms();
95 >    void checkBonds();
96 >    void checkBends();
97 >    void checkTorsions();
98 >    void checkRigidBodies();
99 >    void checkCutoffGroups();
100 >    void checkFragments();
101      template <class Cont, class T>
102      bool addIndexSensitiveStamp(Cont& cont, T* stamp) {
103      typename Cont::iterator i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines