Skip to content

Commit

Permalink
Add classname to change_filter() (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
ba58smith authored Mar 28, 2020
1 parent 8b3eca2 commit 2177fd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transforms/change_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ChangeFilter::ChangeFilter(float minDelta, float maxDelta, int maxSkips, String
maxSkips{maxSkips},
NumericTransform(config_path) {

className = "ChangeFilter";
load_configuration();
skips = maxSkips+1;
}
Expand Down

0 comments on commit 2177fd6

Please sign in to comment.