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 2759 by tim, Wed May 17 21:51:42 2006 UTC

# 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