Skip to content

Commit 00a065a

Browse files
committed
GRIDEDIT-1699 Removed commented out code
1 parent 494f1cd commit 00a065a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

libs/MeshKernel/tests/src/MeshRefinementTests.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,13 +2112,6 @@ TEST(MeshRefinement, CasulliTwoPolygonDeRefinement)
21122112
55.0, 75.0, 96.25, 35.0, 55.0, 76.25,
21132113
55.0, 76.25, 55.0, 97.5, 75.0};
21142114

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-
21222115
std::vector<Point> centrePoints{{55.0, 55.0}, {155.0, 105.0}, {175.0, 225.0}, {25.0, 274.0}, {55.0, 55.0}};
21232116
meshkernel::Polygons centrePolygon(centrePoints, Projection::cartesian);
21242117

0 commit comments

Comments
 (0)