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 1764 by gezelter, Tue Jul 3 18:32:27 2012 UTC vs.
Revision 1767 by gezelter, Fri Jul 6 22:01:58 2012 UTC

# Line 414 | Line 414 | namespace OpenMD {
414      Snapshot* snap = info_->getSnapshotManager()->getCurrentSnapshot();
415      Thermo thermo(info_);
416    
417 <    for (int i = 0; i < statsMask_.size(); ++i) {
417 >    for (unsigned int i = 0; i < statsMask_.size(); ++i) {
418        if (statsMask_[i]) {
419          switch (i) {
420          case TIME:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines