Skip to content
Snippets Groups Projects
Commit 6d6ea8c4 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

another pytho fixed

parent 68ac283f
Branches
Tags
No related merge requests found
......@@ -105,7 +105,7 @@ Line3 Vec3List::FitCylinder(const Vec3& initial_direction, const Vec3& center) c
}
unsigned long k=0;
err=2.0*prec;
while (err>prec and k<n_step) {
while (err>prec && k<n_step) {
res_sum_old=res_sum;
axis_old=axis;
radius=0.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment