| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #include "Integrator.hpp" | |
| 2 | #include "simError.h" | |
| 3 | < | #include <cmath> |
| 3 | > | #include <math.h> |
| 4 | template<typename T> ZConstraint<T>::ZConstraint(SimInfo* theInfo, ForceFields* the_ff) | |
| 5 | : T(theInfo, the_ff), indexOfZConsMols(NULL), fz(NULL), curZPos(NULL), | |
| 6 | fzOut(NULL), curZconsTime(0), forcePolicy(NULL) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |