Skip to content

Commit

Permalink
Update examples/full_driver.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored Jun 10, 2024
1 parent 9e33013 commit 2d3f12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/full_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ int main(int argc, char* argv[])
{
increment_constant = 0.002;
}
double increment = increment_constant;
const double increment = increment_constant;

bool first_pass = true;
bool passed_negative_part = false;
Expand Down

0 comments on commit 2d3f12d

Please sign in to comment.