ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/test/brains/Atom.cpp
(Generate patch)

Comparing trunk/test/brains/Atom.cpp (file contents):
Revision 147 by tim, Sat Oct 23 23:09:46 2004 UTC vs.
Revision 190 by tim, Fri Oct 29 16:20:50 2004 UTC

# Line 33 | Line 33 | Mat3x3d Atom::getI() {
33      return Mat3x3d::identity();
34   }    
35  
36 void Atom::setI(Mat3x3d& I) {
37    //warning message
38 }    
39
36   std::vector<double> Atom::getGrad() {
37      vector<double> grad(3);
38      Vector3d force= getFrc();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines