From 8c540abe1c3219ea5e047922a4fd0d04b17b709a Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Thu, 1 Dec 2022 11:47:58 +0100
Subject: [PATCH] rm obsolete TODO note

---
 Sample/HardParticle/Pyramid4.cpp | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/Sample/HardParticle/Pyramid4.cpp b/Sample/HardParticle/Pyramid4.cpp
index 43497b04633..d72d91f09f6 100644
--- a/Sample/HardParticle/Pyramid4.cpp
+++ b/Sample/HardParticle/Pyramid4.cpp
@@ -16,14 +16,12 @@
 #include "Base/Math/Constants.h"
 #include "Base/Math/Functions.h"
 
-const ff::Topology Pyramid4::topology = {{
-                                             {{3, 2, 1, 0}, true}, // TODO -> true
-                                             {{0, 1, 5, 4}, false},
-                                             {{1, 2, 6, 5}, false},
-                                             {{2, 3, 7, 6}, false},
-                                             {{3, 0, 4, 7}, false},
-                                             {{4, 5, 6, 7}, true} // TODO -> true
-                                         },
+const ff::Topology Pyramid4::topology = {{{{3, 2, 1, 0}, true},
+                                          {{0, 1, 5, 4}, false},
+                                          {{1, 2, 6, 5}, false},
+                                          {{2, 3, 7, 6}, false},
+                                          {{3, 0, 4, 7}, false},
+                                          {{4, 5, 6, 7}, true}},
                                          false};
 
 Pyramid4::Pyramid4(const std::vector<double> P)
-- 
GitLab