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 564 by mmeineke, Tue Jun 24 19:57:54 2003 UTC vs.
Revision 1097 by gezelter, Mon Apr 12 20:32:20 2004 UTC

# Line 4 | Line 4
4   #include <iostream>
5  
6   #include "Atom.hpp"
7 + #include "DirectionalAtom.hpp"
8   #include "AbstractClasses.hpp"
9  
10   // a little home-made vector structure
# Line 123 | Line 124 | class HarmonicBond : public Bond{ (public)
124      std::cerr << c_p_a->getType() << " - " << c_p_b->getType()
125                << ": " << c_p_a->getIndex() << " - "
126                << c_p_b->getIndex()
127 <              << ", d0 = " << d0 << ", k0" << k0 <<"\n";
127 >              << ", d0 = " << d0 << ", k0 = " << k0 <<"\n";
128    }
129  
130    private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines