diff --git a/UnitTest_PZ/TestMesh/TestHDivConstant.cpp b/UnitTest_PZ/TestMesh/TestHDivConstant.cpp index 0debbf8f9..f4d3eb6e6 100644 --- a/UnitTest_PZ/TestMesh/TestHDivConstant.cpp +++ b/UnitTest_PZ/TestMesh/TestHDivConstant.cpp @@ -517,7 +517,9 @@ void IntegralNormal() TPZManVector orders(TSHAPE::NFacets+1,1); TPZManVector sideorient(TSHAPE::NFacets,1); shape.Initialize(ids, orders, sideorient, data); - data.fSideTransformationId.Resize(TSHAPE::NFacets, 0); + // comment this out because it will break hcurl shape funcs + // why was it here? + // data.fSideTransformationId.Resize(TSHAPE::NFacets, 0); data.fSideOrient.Resize(TSHAPE::NFacets, 1); int nshape = shape.NHDivShapeF(data); TPZManVector pt(3,0.);