# | Line 45 | Line 45 | |
---|---|---|
45 | #include "utils/ParameterManager.hpp" | |
46 | #include "utils/StringUtils.hpp" | |
47 | #include "io/ParamConstraint.hpp" | |
48 | + | #define __C |
49 | + | #include "UseTheForce/fForceOptions.h" |
50 | ||
51 | namespace oopse { | |
52 | ||
# | Line 97 | Line 99 | namespace oopse { | |
99 | ||
100 | return result; | |
101 | } | |
102 | < | |
102 | > | |
103 | > | void makeFortranOptions(ForceOptions & fortranForceOptions); |
104 | private: | |
105 | typedef std::map<std::string, ParameterBase*> ParamMap; | |
106 | ParamMap parameters_; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |