Skip to content

Commit

Permalink
missed one variable setting
Browse files Browse the repository at this point in the history
  • Loading branch information
meiermark committed Jul 21, 2016
1 parent 4db0185 commit 0e7ca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hhdecl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void Parameters::SetDefaults() {
threads = 2;
nocontxt = false;

interim_filter = InterimFilterStates::INTERIM_FILTER_FULL;
interim_filter = INTERIM_FILTER_FULL;
}

Parameters::Parameters() {
Expand Down

0 comments on commit 0e7ca87

Please sign in to comment.