--- branches/development/src/brains/Stats.cpp 2012/07/05 17:08:25 1766 +++ branches/development/src/brains/Stats.cpp 2012/07/06 22:01:58 1767 @@ -414,7 +414,7 @@ namespace OpenMD { Snapshot* snap = info_->getSnapshotManager()->getCurrentSnapshot(); Thermo thermo(info_); - for (int i = 0; i < statsMask_.size(); ++i) { + for (unsigned int i = 0; i < statsMask_.size(); ++i) { if (statsMask_[i]) { switch (i) { case TIME: