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

Comparing trunk/src/integrators/RNEMD.hpp (file contents):
Revision 1332 by gezelter, Thu Apr 2 17:25:59 2009 UTC vs.
Revision 1338 by skuang, Thu Apr 23 18:22:30 2009 UTC

# Line 66 | Line 66 | namespace oopse {
66      virtual ~RNEMD();
67          
68      void doSwap();
69 +    void getStatus();
70      void set_RNEMD_swapTime(RealType swapTime) { swapTime_ = swapTime; }
71      void set_RNEMD_nBins(int nbins) { nBins_ = nbins; }
72      RealType get_RNEMD_exchange_total() { return exchangeSum_; }
# Line 92 | Line 93 | namespace oopse {
93      SelectionManager seleMan_;
94      SelectionEvaluator evaluator_;
95      bool usePeriodicBoundaryConditions_;
96 +    int counter_; //added by shenyu
97 +    //std::ofstream profile_;
98    };
99  
100   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines