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 704 by tim, Wed Aug 20 19:11:51 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 160 | Line 161 | class GhostBend : public Bend{ (public)
161   class GhostBend : public Bend{
162  
163   public:
164 <  GhostBend( Atom &a, Atom &b, Atom &c );
164 >  GhostBend( Atom &a, Atom &b );
165    ~GhostBend(){}
166  
167    void calc_forces( void );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines