# | 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: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |