Skip to content
Snippets Groups Projects
Commit 5e87dfcd authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Prevent homotopy routine to enter in the second loop (doi not (re)start the...

Prevent homotopy routine to enter in the second loop (doi not (re)start the homotopy from weight=0).
parent 9abb2e9f
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@ if homotopy_1
end
initial_weight = initial_weight/1.1;
weight = initial_weight;
if weight<1/4
if weight<1e-12
homotopy_1 = 0;
homotopy_2 = 1;
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment