diff --git a/libsrc/meshing/smoothing3.cpp b/libsrc/meshing/smoothing3.cpp index 4e5f5446..28d82fec 100644 --- a/libsrc/meshing/smoothing3.cpp +++ b/libsrc/meshing/smoothing3.cpp @@ -1519,7 +1519,7 @@ void Mesh :: ImproveMeshJacobian (const MeshingParameters & mp, badnodes.SetBit (el.PNum(j)); } - NgArray pointh (points.Size()); + Array pointh (points.Size()); if(HasLocalHFunction()) {