mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 06:00:33 +05:00
fix
This commit is contained in:
parent
36a7b522c3
commit
cc715804ac
@ -383,7 +383,6 @@ namespace netgen
|
|||||||
limit_reached = true;
|
limit_reached = true;
|
||||||
lam = lam_lower_limit;
|
lam = lam_lower_limit;
|
||||||
}
|
}
|
||||||
limits[pi] = min(limits[pi], lam);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
new_limits[pi] = min(limits[pi], lam* limits[pi]);
|
new_limits[pi] = min(limits[pi], lam* limits[pi]);
|
||||||
|
Loading…
Reference in New Issue
Block a user