ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/restraints/ThermoIntegrationForceManager.hpp
(Generate patch)

Comparing trunk/src/restraints/ThermoIntegrationForceManager.hpp (file contents):
Revision 1359 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 1360 by cli2, Mon Sep 7 16:31:51 2009 UTC

# Line 41 | Line 41
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);
# Line 59 | Line 56 | namespace oopse {
56      
57    private:
58      Globals* simParam;
62    Restraints* restraint_;
59      Snapshot* currSnapshot_;
60  
61      RealType tIntLambda_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines