Skip to content
Snippets Groups Projects
Commit fba8c4a0 authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Updated quake .pro file

parent 89f19056
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,7 @@ SOURCES += \ ...@@ -104,6 +104,7 @@ SOURCES += \
FormFactors/src/FormFactorPyramid.cpp \ FormFactors/src/FormFactorPyramid.cpp \
FormFactors/src/FormFactorSphere.cpp \ FormFactors/src/FormFactorSphere.cpp \
FormFactors/src/FormFactorTethraedron.cpp \ FormFactors/src/FormFactorTethraedron.cpp \
FormFactors/src/FormFactorTools.cpp \
FormFactors/src/FormFactorWeighted.cpp \ FormFactors/src/FormFactorWeighted.cpp \
FormFactors/src/IFormFactorBorn.cpp \ FormFactors/src/IFormFactorBorn.cpp \
\ \
...@@ -263,6 +264,7 @@ HEADERS += \ ...@@ -263,6 +264,7 @@ HEADERS += \
FormFactors/inc/FormFactorSphere.h \ FormFactors/inc/FormFactorSphere.h \
FormFactors/inc/FormFactorSphereGaussianRadius.h \ FormFactors/inc/FormFactorSphereGaussianRadius.h \
FormFactors/inc/FormFactorTethraedron.h \ FormFactors/inc/FormFactorTethraedron.h \
FormFactors/inc/FormFactorTools.h \
FormFactors/inc/FormFactorWeighted.h \ FormFactors/inc/FormFactorWeighted.h \
FormFactors/inc/FormFactors.h \ FormFactors/inc/FormFactors.h \
FormFactors/inc/IFormFactor.h \ FormFactors/inc/IFormFactor.h \
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file FormFactorTools.h //! @file FormFactors/inc/FormFactorTools.h
//! @brief Defines global functions that facilitate IFormFactor handling. //! @brief Defines global functions that facilitate IFormFactor handling.
//! //!
//! @homepage http://apps.jcns.fz-juelich.de/BornAgain //! @homepage http://apps.jcns.fz-juelich.de/BornAgain
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// //
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file FormFactorTools.cpp //! @file FormFactors/src/FormFactorTools.cpp
//! @brief Defines class . //! @brief Implements global functions that facilitate IFormFactor handling.
//! //!
//! @homepage http://apps.jcns.fz-juelich.de/BornAgain //! @homepage http://apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
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