# | 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 187 | Line 185 | int main(int argc,char* argv[]){ | |
185 | myIntegrator->setForceManager(fman); | |
186 | } | |
187 | ||
190 | – | std::cerr << "About to integrate\n"; |
188 | myIntegrator->integrate(); | |
189 | delete myIntegrator; | |
190 | }else { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |