# | Line 38 | Line 38 | |
---|---|---|
38 | * University of Notre Dame has been advised of the possibility of | |
39 | * such damages. | |
40 | */ | |
41 | < | |
41 | > | #define __C |
42 | #include "io/ForceFieldOptions.hpp" | |
43 | + | #include "UseTheForce/fForceOptions.h" |
44 | + | #include "UseTheForce/DarkSide/fForceOptions_interface.h" |
45 | namespace oopse { | |
46 | ||
47 | ForceFieldOptions::ForceFieldOptions() { | |
# | Line 57 | Line 59 | namespace oopse { | |
59 | DefineOptionalParameterWithDefaultValue(dielectric, "dielectric", 1.0); | |
60 | } | |
61 | ||
62 | + | |
63 | + | void ForceFieldOptions::tellFortranOptions(){ |
64 | + | ForceOptions fortranForceOptions; |
65 | + | |
66 | + | fortranForceOptions.vdw14scale = this->getvdw14scale(); |
67 | + | fortranForceOptions.vdw14scale = this->getvdw14scale(); |
68 | + | |
69 | + | |
70 | + | } |
71 | + | |
72 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |