| # | Line 46 | Line 46 | |
|---|---|---|
| 46 | #include "utils/ParameterManager.hpp" | |
| 47 | #include "utils/StringUtils.hpp" | |
| 48 | #include "io/ParamConstraint.hpp" | |
| 49 | – | #define __OPENMD_C |
| 50 | – | #include "UseTheForce/fForceOptions.h" |
| 49 | ||
| 50 | namespace OpenMD { | |
| 51 | ||
| # | Line 111 | Line 109 | namespace OpenMD { | |
| 109 | return result; | |
| 110 | } | |
| 111 | ||
| 114 | – | void makeFortranOptions(ForceOptions & fortranForceOptions); |
| 112 | private: | |
| 113 | typedef std::map<std::string, ParameterBase*> ParamMap; | |
| 114 | ParamMap parameters_; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |