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

mv ToDomain back to Domain/

parent 322e143d
No related branches found
No related tags found
1 merge request!427Reduce include dependences in GUI; break cyclic dependence between View and Model
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/Model/Domain/DomainObjectBuilder.h" #include "GUI/Model/Domain/DomainObjectBuilder.h"
#include "GUI/Model/T2D/ToDomain.h" #include "GUI/Model/Domain/ToDomain.h"
#include "GUI/Model/Instrument/InstrumentItems.h" #include "GUI/Model/Instrument/InstrumentItems.h"
#include "GUI/Model/Sample/InterferenceItems.h" #include "GUI/Model/Sample/InterferenceItems.h"
#include "GUI/Model/Sample/LayerItem.h" #include "GUI/Model/Sample/LayerItem.h"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "Device/Beam/IFootprintFactor.h" #include "Device/Beam/IFootprintFactor.h"
#include "GUI/Model/Data/AxesItems.h" #include "GUI/Model/Data/AxesItems.h"
#include "GUI/Model/Domain/DomainObjectBuilder.h" #include "GUI/Model/Domain/DomainObjectBuilder.h"
#include "GUI/Model/T2D/ToDomain.h" #include "GUI/Model/Domain/ToDomain.h"
#include "GUI/Model/Instrument/BackgroundItems.h" #include "GUI/Model/Instrument/BackgroundItems.h"
#include "GUI/Model/Instrument/FootprintItems.h" #include "GUI/Model/Instrument/FootprintItems.h"
#include "GUI/Model/Instrument/InstrumentItems.h" #include "GUI/Model/Instrument/InstrumentItems.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/Model/T2D/ToDomain.cpp //! @file GUI/Model/Domain/ToDomain.cpp
//! @brief Implements class TransformToDomain //! @brief Implements class TransformToDomain
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/Model/T2D/ToDomain.h" #include "GUI/Model/Domain/ToDomain.h"
#include "Base/Vector/Transform3D.h" #include "Base/Vector/Transform3D.h"
#include "Core/Scan/AlphaScan.h" #include "Core/Scan/AlphaScan.h"
#include "Core/Simulation/GISASSimulation.h" #include "Core/Simulation/GISASSimulation.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/Model/T2D/ToDomain.h //! @file GUI/Model/Domain/ToDomain.h
//! @brief Defines namespace GUI::Transform::ToDomain //! @brief Defines namespace GUI::Transform::ToDomain
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_MODEL_T2D_TODOMAIN_H #ifndef BORNAGAIN_GUI_MODEL_DOMAIN_TODOMAIN_H
#define BORNAGAIN_GUI_MODEL_T2D_TODOMAIN_H #define BORNAGAIN_GUI_MODEL_DOMAIN_TODOMAIN_H
#include "Device/Instrument/Instrument.h" #include "Device/Instrument/Instrument.h"
#include "Param/Distrib/Distributions.h" // for IDistribution1D #include "Param/Distrib/Distributions.h" // for IDistribution1D
...@@ -59,4 +59,4 @@ void setSimulationOptions(ISimulation* simulation, const SessionItem& item); ...@@ -59,4 +59,4 @@ void setSimulationOptions(ISimulation* simulation, const SessionItem& item);
} // namespace GUI::Transform::ToDomain } // namespace GUI::Transform::ToDomain
#endif // BORNAGAIN_GUI_MODEL_T2D_TODOMAIN_H #endif // BORNAGAIN_GUI_MODEL_DOMAIN_TODOMAIN_H
#include "GUI/Model/Domain/TransformFromDomain.h" #include "GUI/Model/Domain/TransformFromDomain.h"
#include "GUI/Model/T2D/ToDomain.h" #include "GUI/Model/Domain/ToDomain.h"
#include "GUI/Model/Sample/LayerRoughnessItems.h" #include "GUI/Model/Sample/LayerRoughnessItems.h"
#include "GUI/Model/Types/DoubleDescriptor.h" #include "GUI/Model/Types/DoubleDescriptor.h"
#include "Tests/GTestWrapper/google_test.h" #include "Tests/GTestWrapper/google_test.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment