Skip to content
Snippets Groups Projects
Commit e9a3a052 authored by Ludwig Jaeck's avatar Ludwig Jaeck
Browse files

changed includes

parent fdbc161c
No related branches found
No related tags found
1 merge request!1143[HOTFIX] Changed old inclydes
Pipeline #80312 passed
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
#include "Sample/HardParticle/IFormFactorPolyhedron.h" #include "Sample/HardParticle/IFormFactorPolyhedron.h"
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "Sample/Particle/PolyhedralUtil.h" #include "Sample/Particle/PolyhedralUtil.h"
#include <ff/PolyhedralComponents.h> #include <ff/Face.h>
#include <ff/Polyhedron.h> #include <ff/Polyhedron.h>
// #ifdef ALGORITHM_DIAGNOSTIC // TODO restore // #ifdef ALGORITHM_DIAGNOSTIC // TODO restore
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "Base/Math/Constants.h" #include "Base/Math/Constants.h"
#include "Sample/HardParticle/HardParticles.h" #include "Sample/HardParticle/HardParticles.h"
<ff / PolyhedralComponents.h> // for diagnostic <ff / Face.h> // for diagnostic
#include "Tests/GTestWrapper/google_test.h" #include "Tests/GTestWrapper/google_test.h"
#include <cassert> #include <cassert>
#include <complex> #include <complex>
......
#include "Sample/HardParticle/HardParticles.h" #include "Sample/HardParticle/HardParticles.h"
#include "Tests/GTestWrapper/google_test.h" #include "Tests/GTestWrapper/google_test.h"
#include "Tests/Unit/Numeric/MultiQTest.h" #include "Tests/Unit/Numeric/MultiQTest.h"
#include <ff/PolyhedralComponents.h> // for diagnostic #include <ff/Face.h> // for diagnostic
//! Compare form factor for particle shapes A and B, where A is given special //! Compare form factor for particle shapes A and B, where A is given special
//! parameter values so that it coincides with the more symmetric B. //! parameter values so that it coincides with the more symmetric B.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include "Sample/HardParticle/HardParticles.h" #include "Sample/HardParticle/HardParticles.h"
#include "Tests/GTestWrapper/google_test.h" #include "Tests/GTestWrapper/google_test.h"
#include "Tests/Unit/Numeric/MultiQTest.h" #include "Tests/Unit/Numeric/MultiQTest.h"
#include <ff/PolyhedralComponents.h> // for diagnostic #include <ff/Face.h> // for diagnostic
//! Check that form factors are invariant when q is transformed according to particle symmetry. //! Check that form factors are invariant when q is transformed according to particle symmetry.
......
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