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

Comparing trunk/OOPSE-4/src/UseTheForce/EAM_FF.cpp (file contents):
Revision 2501 by chuckv, Thu Dec 8 15:38:49 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 103 | Line 103 | namespace oopse {
103    }
104  
105  
106 <  double EAM_FF::getRcutFromAtomType(AtomType* at){
107 <    double rcut = 0.0;    
106 >  RealType EAM_FF::getRcutFromAtomType(AtomType* at){
107 >    RealType rcut = 0.0;    
108      if (at->isEAM()) {
109        GenericData* data = at->getPropertyByName("EAM");
110        if (data != NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines