fix rangecheck-error

This commit is contained in:
Joachim Schoeberl 2024-12-28 23:09:49 +01:00
parent a5ce9915d1
commit fa6f8c53ec

View File

@ -1519,7 +1519,7 @@ void Mesh :: ImproveMeshJacobian (const MeshingParameters & mp,
badnodes.SetBit (el.PNum(j));
}
NgArray<double, PointIndex::BASE, PointIndex> pointh (points.Size());
Array<double, PointIndex> pointh (points.Size());
if(HasLocalHFunction())
{