ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/rnemd/RNEMD.hpp
(Generate patch)

Comparing branches/development/src/rnemd/RNEMD.hpp (file contents):
Revision 1867 by gezelter, Thu Mar 28 20:54:06 2013 UTC vs.
Revision 1868 by gezelter, Tue Apr 30 15:56:54 2013 UTC

# Line 62 | Line 62 | namespace OpenMD {
62    class RNEMD {
63    public:
64      RNEMD(SimInfo* info);
65 <    virtual ~RNEMD();
65 >    ~RNEMD();
66      
67      void doRNEMD();
68      void doSwap(SelectionManager& smanA, SelectionManager& smanB);
# Line 199 | Line 199 | namespace OpenMD {
199      OutputMapType outputMap_;
200      Accumulator* areaAccumulator_;
201      bool doRNEMD_;
202 +    bool hasData_;
203  
204    };
205   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines