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

Adapt to ff 5f0d47c: Rename -> ff/Make

parent 75e30f2a
No related branches found
No related tags found
1 merge request!1153Adapt to libformfactor!32
Pipeline #81533 passed
......@@ -13,7 +13,7 @@
// ************************************************************************************************
#include "Sample/HardParticle/Dodecahedron.h"
#include <ff/Platonic.h>
#include <ff/Make.h>
Dodecahedron::Dodecahedron(const std::vector<double> P)
: IFormFactorPolyhedron(P)
......
......@@ -13,7 +13,7 @@
// ************************************************************************************************
#include "Sample/HardParticle/Icosahedron.h"
#include <ff/Platonic.h>
#include <ff/Make.h>
Icosahedron::Icosahedron(const std::vector<double> P)
: IFormFactorPolyhedron(P)
......
......@@ -15,7 +15,7 @@
#include "Sample/HardParticle/PlatonicOctahedron.h"
#include "Base/Math/Constants.h"
#include "Base/Math/Functions.h"
#include <ff/Platonic.h>
#include <ff/Make.h>
PlatonicOctahedron::PlatonicOctahedron(const std::vector<double> P)
: IFormFactorPolyhedron(P)
......
......@@ -15,7 +15,7 @@
#include "Sample/HardParticle/PlatonicTetrahedron.h"
#include "Base/Math/Constants.h"
#include "Base/Math/Functions.h"
#include <ff/Platonic.h>
#include <ff/Make.h>
PlatonicTetrahedron::PlatonicTetrahedron(const std::vector<double> P)
: IFormFactorPolyhedron(P)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment