src/document.cpp

changeset 226
60d6b797a12e
parent 225
551c136b459e
child 227
011600b3cf73
--- a/src/document.cpp	Wed Jun 15 12:32:50 2022 +0300
+++ b/src/document.cpp	Wed Jun 15 12:33:16 2022 +0300
@@ -328,7 +328,6 @@
 	};
 	while (repeat) {
 		repeat = false;
-		// TODO: make this a function that returns quadrilateral indices
 		// Go through triangle boundaries
 		for (const auto& it1 : boundaries) {
 			const indexpair& pair1 = it1.first;

mercurial