Skip to content
Snippets Groups Projects

adapt to name changes in libformfactor API

Merged Ludwig Jaeck requested to merge ff-rename into main
20 files
+ 100
100
Compare changes
  • Side-by-side
  • Inline
Files
20
@@ -17,17 +17,17 @@
#include "Base/Math/Functions.h"
#include "Sample/HardParticle/Pyramid4.h"
const ff::PolyhedralTopology Bipyramid4::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, 9, 8}, false},
{{5, 6, 10, 9}, false},
{{6, 7, 11, 10}, false},
{{7, 4, 8, 11}, false},
{{8, 9, 10, 11}, true}},
false};
const ff::Topology Bipyramid4::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, 9, 8}, false},
{{5, 6, 10, 9}, false},
{{6, 7, 11, 10}, false},
{{7, 4, 8, 11}, false},
{{8, 9, 10, 11}, true}},
false};
Bipyramid4::Bipyramid4(const std::vector<double> P)
: IFormFactorPolyhedron(P)
Loading