Skip to content
Snippets Groups Projects
Commit efcd4d3f authored by Peter Reischig's avatar Peter Reischig Committed by Nicola Vigano
Browse files

Small fix to account for numerical errors.

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@565 4c865b51-4357-4376-afb4-474e03ccb993
parent f64099de
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ function [Rout, goodrids, goodlines, Rdist, Redge] = ... ...@@ -36,6 +36,7 @@ function [Rout, goodrids, goodlines, Rdist, Redge] = ...
% Redge - true if Rdist is smaller than the specified tolerance % Redge - true if Rdist is smaller than the specified tolerance
% %
tol_Rdist = tol_Rdist + 1e-15;
nof_lines = size(rline,1); nof_lines = size(rline,1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment