We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494f1cd commit 00a065aCopy full SHA for 00a065a
libs/MeshKernel/tests/src/MeshRefinementTests.cpp
@@ -2112,13 +2112,6 @@ TEST(MeshRefinement, CasulliTwoPolygonDeRefinement)
2112
55.0, 75.0, 96.25, 35.0, 55.0, 76.25,
2113
55.0, 76.25, 55.0, 97.5, 75.0};
2114
2115
- // std::vector<double> elementCentreX{25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 45.0,
2116
- // 45.0, 45.0, 46.666666666666, 65.0, 65.0, 66.666666666666,
2117
- // 85.0, 103.333333333333, 105.0, 125.0, 125.0};
2118
- // std::vector<double> elementCentreY{15.0, 35.0, 55.0, 75.0, 95.0, 115.0, 35.0,
2119
- // 55.0, 75.0, 96.66666666666, 35.0, 55.0, 76.66666666666,
2120
- // 55.0, 76.66666666666, 55.0, 98.333333333333, 75.0};
2121
-
2122
std::vector<Point> centrePoints{{55.0, 55.0}, {155.0, 105.0}, {175.0, 225.0}, {25.0, 274.0}, {55.0, 55.0}};
2123
meshkernel::Polygons centrePolygon(centrePoints, Projection::cartesian);
2124
0 commit comments