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

Comparing trunk/OOPSE/libmdtools/SRI.hpp (file contents):
Revision 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 435 by mmeineke, Fri Mar 28 19:33:37 2003 UTC

# Line 103 | Line 103 | class ConstrainedBond : public Bond{ (public)
103    
104    void printMe( void ){
105      std::cerr << c_p_a->getType() << " - " << c_p_b->getType()
106 +              << ": " << c_p_a->getIndex() << " - "
107 +              << c_p_b->getIndex()
108                << ", d0 = " << d0 << "\n";
109    }
110  
# Line 172 | Line 174 | class CubicTorsion : public Torsion{ (public)
174                       double the_k4 );
175    void printMe( void ){
176      std::cerr << c_p_a->getType() << " - " << c_p_b->getType() << " - "
177 <              << c_p_c->getType() << " - " << c_p_d->getType()
177 >              << c_p_c->getType() << " - " << c_p_d->getType() << ": "
178 >              << c_p_a->getIndex() << " - " << c_p_b->getIndex() << " - "
179 >              << c_p_c->getIndex() << " - " << c_p_d->getIndex()
180                << ", k1 = " << k1 << "; k2 = " << k2
181                << "; k3 = " << k3 << "; k4 =" << k4 << "\n";
182    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines