| # | 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) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |