From fe7d713e7563ca05793686dd0efcf9b18c1c7a54 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (l)" <j.wuttke@fz-juelich.de> Date: Fri, 19 Aug 2016 16:22:02 +0200 Subject: [PATCH] No more need for directory Rotation. Move IFormFactorBorn to Sample. --- Core/FormFactor/FormFactorDWBA.h | 3 +-- Core/FormFactor/FormFactorDWBAPol.h | 3 +-- Core/{Particle => Sample}/IFormFactorBorn.cpp | 0 Core/{Particle => Sample}/IFormFactorBorn.h | 0 Core/{Rotation => Sample}/Rotations.cpp | 0 Core/{Rotation => Sample}/Rotations.h | 0 Doc/Doxygen/Doxyfile.dirgraphs | 2 +- 7 files changed, 3 insertions(+), 5 deletions(-) rename Core/{Particle => Sample}/IFormFactorBorn.cpp (100%) rename Core/{Particle => Sample}/IFormFactorBorn.h (100%) rename Core/{Rotation => Sample}/Rotations.cpp (100%) rename Core/{Rotation => Sample}/Rotations.h (100%) diff --git a/Core/FormFactor/FormFactorDWBA.h b/Core/FormFactor/FormFactorDWBA.h index d25b12e9731..870837958b8 100644 --- a/Core/FormFactor/FormFactorDWBA.h +++ b/Core/FormFactor/FormFactorDWBA.h @@ -20,9 +20,8 @@ class ILayerRTCoefficients; -//! @class FormFactorDWBA +//! Evaluates a coherent sum of the four DWBA terms in a scalar formfactor. //! @ingroup formfactors_internal -//! @brief Evaluates a coherent sum of the four DWBA terms in a scalar formfactor. class BA_CORE_API_ FormFactorDWBA: public IFormFactorDecorator { diff --git a/Core/FormFactor/FormFactorDWBAPol.h b/Core/FormFactor/FormFactorDWBAPol.h index 40211ae541f..f2082a7064e 100644 --- a/Core/FormFactor/FormFactorDWBAPol.h +++ b/Core/FormFactor/FormFactorDWBAPol.h @@ -20,9 +20,8 @@ class ILayerRTCoefficients; -//! @class FormFactorDWBAPol +//! Evaluates a coherent sum of the 16 matrix DWBA terms in a polarized formfactor. //! @ingroup formfactors_internal -//! @brief Evaluates a coherent sum of the 16 matrix DWBA terms in a polarized formfactor. class BA_CORE_API_ FormFactorDWBAPol : public IFormFactor { diff --git a/Core/Particle/IFormFactorBorn.cpp b/Core/Sample/IFormFactorBorn.cpp similarity index 100% rename from Core/Particle/IFormFactorBorn.cpp rename to Core/Sample/IFormFactorBorn.cpp diff --git a/Core/Particle/IFormFactorBorn.h b/Core/Sample/IFormFactorBorn.h similarity index 100% rename from Core/Particle/IFormFactorBorn.h rename to Core/Sample/IFormFactorBorn.h diff --git a/Core/Rotation/Rotations.cpp b/Core/Sample/Rotations.cpp similarity index 100% rename from Core/Rotation/Rotations.cpp rename to Core/Sample/Rotations.cpp diff --git a/Core/Rotation/Rotations.h b/Core/Sample/Rotations.h similarity index 100% rename from Core/Rotation/Rotations.h rename to Core/Sample/Rotations.h diff --git a/Doc/Doxygen/Doxyfile.dirgraphs b/Doc/Doxygen/Doxyfile.dirgraphs index 1cb55b94187..f8d44b40a22 100644 --- a/Doc/Doxygen/Doxyfile.dirgraphs +++ b/Doc/Doxygen/Doxyfile.dirgraphs @@ -762,7 +762,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = ../../Core/Basics ../../Core/Tools ../../Core/Vector # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded -- GitLab