| 41 |
|
|
| 42 |
|
#ifndef RESTRAINTS_THERMOINTEGRATIONFORCEMANAGER_HPP |
| 43 |
|
#define RESTRAINTS_THERMOINTEGRATIONFORCEMANAGER_HPP |
| 44 |
– |
#include <list> |
| 45 |
– |
#include <string> |
| 46 |
– |
#include <vector> |
| 47 |
– |
#include "brains/ForceManager.hpp" |
| 48 |
– |
#include "restraints/Restraints.hpp" |
| 44 |
|
|
| 45 |
+ |
#include "restraints/RestraintForceManager.hpp" |
| 46 |
+ |
|
| 47 |
|
namespace oopse { |
| 48 |
|
|
| 49 |
< |
class ThermoIntegrationForceManager : public ForceManager { |
| 49 |
> |
class ThermoIntegrationForceManager : public RestraintForceManager { |
| 50 |
|
|
| 51 |
|
public: |
| 52 |
|
ThermoIntegrationForceManager(SimInfo* info); |
| 56 |
|
|
| 57 |
|
private: |
| 58 |
|
Globals* simParam; |
| 62 |
– |
Restraints* restraint_; |
| 59 |
|
Snapshot* currSnapshot_; |
| 60 |
|
|
| 61 |
|
RealType tIntLambda_; |