--- trunk/src/UseTheForce/ForceField.cpp 2005/12/23 23:04:25 820 +++ trunk/src/UseTheForce/ForceField.cpp 2005/12/28 21:42:43 821 @@ -50,6 +50,7 @@ #include "UseTheForce/ForceField.hpp" #include "utils/simError.h" #include "UseTheForce/DarkSide/atype_interface.h" +#include "UseTheForce/DarkSide/fForceOptions_interface.h" namespace oopse { ForceField::ForceField() { @@ -252,4 +253,9 @@ namespace oopse { } + void ForceField::setFortranForceOptions(){ + ForceOptions theseFortranOptions; + forceFieldOptions_.makeFortranOptions(theseFortranOptions); + setfForceOptions(&theseFortranOptions); + } } //end namespace oopse