# | 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" |
61 | ||
62 | using namespace OpenMD; | |
63 | ||
# | Line 137 | Line 139 | int main(int argc,char* argv[]){ | |
139 | painCave.isFatal = 1; | |
140 | simError(); | |
141 | } | |
142 | < | |
142 | > | |
143 | > | |
144 | if (simParams->haveMinimizer()) { | |
145 | //create minimizer | |
146 | Minimizer* myMinimizer = MinimizerFactory::getInstance()->createMinimizer(toUpperCopy(simParams->getMinimizer()), info); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |