# | Line 56 | Line 56 | |
---|---|---|
56 | #include "minimizers/MinimizerFactory.hpp" | |
57 | #include "minimizers/Minimizer.hpp" | |
58 | #include "restraints/ThermoIntegrationForceManager.hpp" | |
59 | – | #include "utils/Report.hpp" |
60 | – | #include "utils/Exception.hpp" |
59 | ||
60 | using namespace OpenMD; | |
61 | ||
# | Line 132 | Line 130 | int main(int argc,char* argv[]){ | |
130 | //create simulation model | |
131 | SimCreator creator; | |
132 | SimInfo* info = creator.createSim(argv[1]); | |
133 | + | |
134 | Globals* simParams = info->getSimParams(); | |
135 | ||
136 | if (simParams->haveMinimizer() && simParams->haveEnsemble()) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |