Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesema committed Nov 5, 2023
1 parent 1802439 commit 6b2a8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithm/APRParameters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class APRParameters {

void validate_parameters(){
if (sigma_th == 0){
std::cerr << "Warning: sigma_th is set to 0, this may results in unexpected results due to divide by zero erros. Consider setting this to a non-zero small value, if it is not needed." << std::endl;
std::cerr << "Warning: sigma_th is set to 0, this may result in unexpected results due to divide by zero errors. Consider setting this to a non-zero small value, if it is not needed." << std::endl;
}
}
};
Expand Down

0 comments on commit 6b2a8f6

Please sign in to comment.