mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +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)
|
double ComputeH (double kappa, const MeshingParameters & mparam)
|
||||||
{
|
{
|
||||||
|
kappa *= mparam.curvaturesafety;
|
||||||
/*
|
/*
|
||||||
double hret;
|
double hret;
|
||||||
kappa *= mparam.curvaturesafety;
|
|
||||||
|
|
||||||
if (mparam.maxh * kappa < 1)
|
if (mparam.maxh * kappa < 1)
|
||||||
hret = mparam.maxh;
|
hret = mparam.maxh;
|
||||||
|
Loading…
Reference in New Issue
Block a user