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

Comparing branches/development/src/utils/Accumulator.hpp (file contents):
Revision 1850 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1855 by gezelter, Tue Apr 2 18:31:51 2013 UTC

# Line 305 | Line 305 | namespace OpenMD {
305        ret = sqrt(var);
306        return;
307      }
308 <        
309 <  protected:
310 <    size_t Count_;
308 >
309    private:
310      ResultType Val_;
311      ResultType Avg_;
# Line 398 | Line 396 | namespace OpenMD {
396        return;
397      }
398          
401  protected:
402    size_t Count_;
399    private:
400      ElementType Val_;
401      ResultType Avg_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines