ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/primitives/Atom.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/primitives/Atom.cpp (file contents):
Revision 1845 by tim, Thu Dec 2 05:04:20 2004 UTC vs.
Revision 1846 by tim, Sat Dec 4 00:01:32 2004 UTC

# Line 27 | Line 27 | Atom::Atom(AtomType* at) : StuntDouble(otAtom, &Snapsh
27   namespace oopse {
28  
29   Atom::Atom(AtomType* at) : StuntDouble(otAtom, &Snapshot::atomData) ,atomType_(at) {
30 <
30 > mass_ = at->getMass();
31   }
32  
33   Mat3x3d Atom::getI() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines