ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/Stats.cpp
(Generate patch)

Comparing branches/development/src/brains/Stats.cpp (file contents):
Revision 1859 by gezelter, Thu Apr 4 19:42:59 2013 UTC vs.
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC

# Line 403 | Line 403 | namespace OpenMD {
403      }  
404    }
405  
406 +  Stats::~Stats() {
407 +    data_.clear();
408 +    statsMap_.clear();
409 +  }
410  
411    std::string Stats::getTitle(int index) {
412      assert(index >=0 && index < ENDINDEX);
# Line 420 | Line 424 | namespace OpenMD {
424    }
425  
426    void Stats::collectStats(){
423    Globals* simParams = info_->getSimParams();
427      Snapshot* snap = info_->getSnapshotManager()->getCurrentSnapshot();
428      Thermo thermo(info_);
429    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines