From 5dbd215c7779ce81bad964a337466ebc0b438757 Mon Sep 17 00:00:00 2001 From: BillSenior Date: Thu, 8 Aug 2024 11:46:12 +0200 Subject: [PATCH] GRIDEDIT-1310 Added comment --- libs/MeshKernelApi/tests/src/UndoTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/MeshKernelApi/tests/src/UndoTests.cpp b/libs/MeshKernelApi/tests/src/UndoTests.cpp index eb2c926fd..3cdcdab44 100644 --- a/libs/MeshKernelApi/tests/src/UndoTests.cpp +++ b/libs/MeshKernelApi/tests/src/UndoTests.cpp @@ -670,7 +670,7 @@ TEST(UndoTests, UnstructuredGridConnection) // 1. create curvilinear grids // 2. convert CLG's to unstructured grids // test - // 3. insert node into grid with mkId1, connect surrounding corner nodes to this new node (4 undo actions) + // 3. insert node into grid with mkId1 (1 undo action), connect surrounding corner nodes to this new node (4 undo actions) // 4. undo the connecting of the nodes and the node insertion (this is to create holes in the node and edge lists) // 5. get the mesh data for mkId1 // 6. connect this mesh data to mkId2, and check result