| # | Line 50 | Line 50 | |
|---|---|---|
| 50 | #include "UseTheForce/ForceField.hpp" | |
| 51 | #include "utils/simError.h" | |
| 52 | #include "UseTheForce/DarkSide/atype_interface.h" | |
| 53 | + | #include "UseTheForce/DarkSide/fForceOptions_interface.h" | 
| 54 | namespace oopse { | |
| 55 | ||
| 56 | ForceField::ForceField() { | |
| # | Line 252 | Line 253 | namespace oopse { | |
| 253 | ||
| 254 | } | |
| 255 | ||
| 256 | + | void ForceField::setFortranForceOptions(){ | 
| 257 | + | ForceOptions theseFortranOptions; | 
| 258 | + | forceFieldOptions_.makeFortranOptions(theseFortranOptions); | 
| 259 | + | setfForceOptions(&theseFortranOptions); | 
| 260 | + | } | 
| 261 | } //end namespace oopse | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |