mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
curvaturesafety was removed in cleanup commit
This commit is contained in:
parent
ec05bac903
commit
90c6f0256d
@ -48,9 +48,9 @@ namespace netgen
|
||||
|
||||
double ComputeH (double kappa, const MeshingParameters & mparam)
|
||||
{
|
||||
kappa *= mparam.curvaturesafety;
|
||||
/*
|
||||
double hret;
|
||||
kappa *= mparam.curvaturesafety;
|
||||
|
||||
if (mparam.maxh * kappa < 1)
|
||||
hret = mparam.maxh;
|
||||
|
Loading…
Reference in New Issue
Block a user