From fba8c4a0271cfe22d51f13010f7240ea47426c98 Mon Sep 17 00:00:00 2001 From: Walter Van Herck <w.van.herck@fz-juelich.de> Date: Tue, 24 Sep 2013 16:48:35 +0200 Subject: [PATCH] Updated quake .pro file --- Core/Core.pro | 2 ++ Core/FormFactors/inc/FormFactorTools.h | 2 +- Core/FormFactors/src/FormFactorTools.cpp | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Core/Core.pro b/Core/Core.pro index c84dcd41cf2..8d3f7ebbd75 100644 --- a/Core/Core.pro +++ b/Core/Core.pro @@ -104,6 +104,7 @@ SOURCES += \ FormFactors/src/FormFactorPyramid.cpp \ FormFactors/src/FormFactorSphere.cpp \ FormFactors/src/FormFactorTethraedron.cpp \ + FormFactors/src/FormFactorTools.cpp \ FormFactors/src/FormFactorWeighted.cpp \ FormFactors/src/IFormFactorBorn.cpp \ \ @@ -263,6 +264,7 @@ HEADERS += \ FormFactors/inc/FormFactorSphere.h \ FormFactors/inc/FormFactorSphereGaussianRadius.h \ FormFactors/inc/FormFactorTethraedron.h \ + FormFactors/inc/FormFactorTools.h \ FormFactors/inc/FormFactorWeighted.h \ FormFactors/inc/FormFactors.h \ FormFactors/inc/IFormFactor.h \ diff --git a/Core/FormFactors/inc/FormFactorTools.h b/Core/FormFactors/inc/FormFactorTools.h index d38a1fdbb47..4df152a68d3 100644 --- a/Core/FormFactors/inc/FormFactorTools.h +++ b/Core/FormFactors/inc/FormFactorTools.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file FormFactorTools.h +//! @file FormFactors/inc/FormFactorTools.h //! @brief Defines global functions that facilitate IFormFactor handling. //! //! @homepage http://apps.jcns.fz-juelich.de/BornAgain diff --git a/Core/FormFactors/src/FormFactorTools.cpp b/Core/FormFactors/src/FormFactorTools.cpp index 427d89c7d24..c0f9b951226 100644 --- a/Core/FormFactors/src/FormFactorTools.cpp +++ b/Core/FormFactors/src/FormFactorTools.cpp @@ -2,8 +2,8 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file FormFactorTools.cpp -//! @brief Defines class . +//! @file FormFactors/src/FormFactorTools.cpp +//! @brief Implements global functions that facilitate IFormFactor handling. //! //! @homepage http://apps.jcns.fz-juelich.de/BornAgain //! @license GNU General Public License v3 or higher (see COPYING) -- GitLab