ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/types/AtomType.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/types/AtomType.cpp (file contents):
Revision 2427 by chuckv, Mon Nov 14 21:29:36 2005 UTC vs.
Revision 3157 by chuckv, Mon Jul 9 21:11:20 2007 UTC

# Line 75 | Line 75 | namespace oopse {
75      atp.is_Shape = 0;
76      atp.is_FLARB = 0;  
77      atp.is_SC = 0;
78 <    atp.is_MEAM = 0;
78 >    atp.is_MnM = 0;
79    }
80      
81    void AtomType::makeFortranAtomType() {
# Line 170 | Line 170 | namespace oopse {
170          DoubleGenericData* doubleData= dynamic_cast<DoubleGenericData*>(data);
171  
172          if (doubleData != NULL) {
173 <          double charge = doubleData->getData();
173 >          RealType charge = doubleData->getData();
174            setCharge(&atp.ident, &charge, &isError);
175                  
176            if (isError != 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines