Skip to content
Snippets Groups Projects
Commit 8c540abe authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm obsolete TODO note

parent 5b393839
No related branches found
No related tags found
1 merge request!1161rm obsolete TODO note
Pipeline #81862 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment