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

Comparing trunk/OOPSE/libmdtools/Atom.hpp (file contents):
Revision 689 by tim, Tue Aug 12 19:56:49 2003 UTC vs.
Revision 802 by mmeineke, Thu Oct 9 22:09:52 2003 UTC

# Line 15 | Line 15 | class Atom{ (public)
15  
16    virtual void setCoords(void);
17  
18 //   void addAtoms(int nAdded, double* Apos, double* Avel, double* Afrc,
19 //                 double* Atrq, double* AAmat, double* Amu,
20 //                 double* Aul);
21 //   void deleteAtom(int theIndex);
22 //   void deleteRange(int startIndex, int stopIndex);
23
18    void getPos( double theP[3] );
19    void setPos( double theP[3] );
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines