ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/visitors/AtomData.hpp
(Generate patch)

Comparing trunk/src/visitors/AtomData.hpp (file contents):
Revision 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 1219 by xsun, Wed Jan 23 21:23:32 2008 UTC

# Line 50 | Line 50 | namespace oopse {
50   namespace oopse {
51  
52    struct AtomInfo {
53 +    AtomInfo() : hasCharge(false), hasVector(false) {}
54 +
55      std::string atomTypeName;
56      Vector3d pos;
57      Vector3d dipole;  
58 +    RealType charge;
59 +    bool hasCharge;
60 +    bool hasVector;
61    };
62  
63    class AtomData : public GenericData{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines