| 90 | 
  | 
  ThermoIntegrationForceManager::~ThermoIntegrationForceManager(){ | 
| 91 | 
  | 
  } | 
| 92 | 
  | 
   | 
| 93 | 
< | 
  void ThermoIntegrationForceManager::calcForces(bool needPotential,  | 
| 94 | 
< | 
                                                 bool needStress){ | 
| 93 | 
> | 
  void ThermoIntegrationForceManager::calcForces(){ | 
| 94 | 
  | 
    Snapshot* curSnapshot; | 
| 95 | 
  | 
    SimInfo::MoleculeIterator mi; | 
| 96 | 
  | 
    Molecule* mol; | 
| 101 | 
  | 
    Mat3x3d tempTau; | 
| 102 | 
  | 
     | 
| 103 | 
  | 
    // perform the standard calcForces first | 
| 104 | 
< | 
    ForceManager::calcForces(needPotential, needStress); | 
| 104 | 
> | 
    ForceManager::calcForces(); | 
| 105 | 
  | 
     | 
| 106 | 
  | 
    curSnapshot = info_->getSnapshotManager()->getCurrentSnapshot(); | 
| 107 | 
  | 
 |