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

rm include

parent baba89cd
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
// ************************************************************************************************
#include "Sample/FFCompute/ComputeBA.h"
#include "Sample/Scattering/IFormFactor.h"
#include "Sample/Material/WavevectorInfo.h"
ComputeBA::ComputeBA(const IFormFactor& ff) : IComputeFF(ff)
......
......@@ -16,6 +16,7 @@
#define BORNAGAIN_SAMPLE_SCATTERING_COMPUTEBAPOL_H
#include "Sample/FFCompute/IComputeFF.h"
#include "Sample/Scattering/IFormFactor.h"
#include <memory>
//! Evaluates the matrix BA term in a polarized IFormFactor.
......
......@@ -13,6 +13,7 @@
// ************************************************************************************************
#include "Sample/FFCompute/ComputeDWBA.h"
#include "Sample/Scattering/IFormFactor.h"
#include "Sample/Material/WavevectorInfo.h"
#include "Sample/RT/ILayerRTCoefficients.h"
......
......@@ -13,6 +13,7 @@
// ************************************************************************************************
#include "Sample/FFCompute/ComputeDWBAPol.h"
#include "Sample/Scattering/IFormFactor.h"
#include "Sample/Material/WavevectorInfo.h"
#include "Sample/RT/ILayerRTCoefficients.h"
......
......@@ -13,6 +13,7 @@
// ************************************************************************************************
#include "Sample/FFCompute/IComputeFF.h"
#include "Sample/Scattering/IFormFactor.h"
#include <stdexcept>
IComputeFF::IComputeFF(const IFormFactor& ff) : m_ff(ff.clone()) {}
......
......@@ -15,8 +15,15 @@
#ifndef BORNAGAIN_SAMPLE_SCATTERING_ICOMPUTEFF_H
#define BORNAGAIN_SAMPLE_SCATTERING_ICOMPUTEFF_H
#include "Sample/Scattering/IFormFactor.h"
#include "Base/Types/Complex.h"
#include <Eigen/Core>
#include <memory>
class IFormFactor;
class ILayerRTCoefficients;
class IRotation;
class Material;
class WavevectorInfo;
class IComputeFF {
......
......@@ -12,6 +12,7 @@
//
// ************************************************************************************************
#include "Sample/Scattering/IFormFactor.h"
#include "Sample/FFCompute/FormFactorDecoratorPositionFactor.h"
#include "Sample/FFCompute/FormFactorDecoratorRotation.h"
#include "Sample/FFCompute/Rotations.h"
......
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