You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/algorithm/APRParameters.hpp
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ class APRParameters {
64
64
65
65
voidvalidate_parameters(){
66
66
if (sigma_th == 0){
67
-
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;
67
+
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;
0 commit comments