mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-14 22:33:08 +05:00
fix rangecheck-error
This commit is contained in:
parent
a5ce9915d1
commit
fa6f8c53ec
@ -1519,7 +1519,7 @@ void Mesh :: ImproveMeshJacobian (const MeshingParameters & mp,
|
|||||||
badnodes.SetBit (el.PNum(j));
|
badnodes.SetBit (el.PNum(j));
|
||||||
}
|
}
|
||||||
|
|
||||||
NgArray<double, PointIndex::BASE, PointIndex> pointh (points.Size());
|
Array<double, PointIndex> pointh (points.Size());
|
||||||
|
|
||||||
if(HasLocalHFunction())
|
if(HasLocalHFunction())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user