| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #include <math.h> | |
| 2 | #include "OOPSEMinimizer.hpp" | |
| 3 | #include "ShakeMin.hpp" | |
| 4 | + | #include "Integrator.cpp" |
| 5 | ||
| 6 | OOPSEMinimizer::OOPSEMinimizer( SimInfo *theInfo, ForceFields* the_ff , | |
| 7 | < | MinimizerParameterSet * param) |
| 8 | < | :RealIntegrator(theInfo, the_ff), bVerbose(false), bShake(true){ |
| 7 | > | MinimizerParameterSet * param) : |
| 8 | > | RealIntegrator(theInfo, the_ff), bShake(true), bVerbose(false) { |
| 9 | dumpOut = NULL; | |
| 10 | statOut = NULL; | |
| 11 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |