| # | Line 189 | Line 189 | namespace oopse { | |
|---|---|---|
| 189 | return torsionTypeCont_.add(keys, torsionType); | |
| 190 | } | |
| 191 | ||
| 192 | < | double ForceField::getRcutFromAtomType(AtomType* at) { | 
| 192 | > | RealType ForceField::getRcutFromAtomType(AtomType* at) { | 
| 193 | /**@todo */ | |
| 194 | GenericData* data; | |
| 195 | < | double rcut = 0.0; | 
| 195 | > | RealType rcut = 0.0; | 
| 196 | ||
| 197 | if (at->isLennardJones()) { | |
| 198 | data = at->getPropertyByName("LennardJones"); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |