ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/test/brains/Atom.cpp
(Generate patch)

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

# Line 33 | Line 33 | void Atom::setI(Mat3x3d& I) {
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