Skip to content

Commit

Permalink
Fixed bug with not resetting prevRMS in Energy
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbaume committed Jun 18, 2014
1 parent 398b526 commit 96c3c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Energy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ void
Energy::reset()
{
rmsEnergy.clear();
prevRMS=0;
}

Energy::FeatureSet
Expand Down

0 comments on commit 96c3c81

Please sign in to comment.