--- trunk/src/io/ForceFieldOptions.cpp 2005/12/16 21:52:50 819 +++ trunk/src/io/ForceFieldOptions.cpp 2005/12/23 23:04:25 820 @@ -38,8 +38,10 @@ * University of Notre Dame has been advised of the possibility of * such damages. */ - +#define __C #include "io/ForceFieldOptions.hpp" +#include "UseTheForce/fForceOptions.h" +#include "UseTheForce/DarkSide/fForceOptions_interface.h" namespace oopse { ForceFieldOptions::ForceFieldOptions() { @@ -57,4 +59,14 @@ namespace oopse { DefineOptionalParameterWithDefaultValue(dielectric, "dielectric", 1.0); } + + void ForceFieldOptions::tellFortranOptions(){ + ForceOptions fortranForceOptions; + + fortranForceOptions.vdw14scale = this->getvdw14scale(); + fortranForceOptions.vdw14scale = this->getvdw14scale(); + + + } + }