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

cleanup

parent 2fe58ee8
No related branches found
No related tags found
1 merge request!2003In GUI, remove option to switch beteen nm and angstrom, degrees and radians.
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <QList> #include <QList>
#include <QString> #include <QString>
#include <QXmlStreamReader> #include <QXmlStreamReader>
#include <variant>
//! Class for representing a double value, its attributes and its accessors. //! Class for representing a double value, its attributes and its accessors.
//! //!
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include "GUI/Model/Descriptor/DoubleProperty.h" #include "GUI/Model/Descriptor/DoubleProperty.h"
#include <memory> #include <memory>
#include <variant>
class IResolutionFunction2D; class IResolutionFunction2D;
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <QPair> #include <QPair>
#include <QString> #include <QString>
#include <functional> #include <functional>
#include <variant>
class BackgroundItem; class BackgroundItem;
class BeamDistributionItem; class BeamDistributionItem;
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <heinz/Complex.h> #include <heinz/Complex.h>
#include <heinz/Vectors3D.h> #include <heinz/Vectors3D.h>
#include <memory> #include <memory>
#include <variant>
class Material; class Material;
......
...@@ -19,12 +19,10 @@ ...@@ -19,12 +19,10 @@
#include <QCheckBox> #include <QCheckBox>
#include <QFormLayout> #include <QFormLayout>
#include <QSpinBox> #include <QSpinBox>
#include <variant>
class DoubleSpinBox; class DoubleSpinBox;
class DoubleProperty; class DoubleProperty;
class ScientificSpinBox; class ScientificSpinBox;
enum class Unit;
namespace GUI::Util { namespace GUI::Util {
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include "Resample/Slice/SliceStack.h" #include "Resample/Slice/SliceStack.h"
#include "Sample/Material/Material.h" #include "Sample/Material/Material.h"
#include <utility> #include <utility>
#include <variant>
#include <vector> #include <vector>
//! Object that can generate the material profile of a sample as a function of depth. //! Object that can generate the material profile of a sample as a function of depth.
...@@ -34,7 +33,6 @@ public: ...@@ -34,7 +33,6 @@ public:
ProfileHelper(const SliceStack& stack); ProfileHelper(const SliceStack& stack);
~ProfileHelper() = default; ~ProfileHelper() = default;
std::vector<complex_t> calculateSLDProfile(const std::vector<double>& z_values) const; std::vector<complex_t> calculateSLDProfile(const std::vector<double>& z_values) const;
std::vector<double> calculateMagnetizationProfile(const std::vector<double>& z_values, std::vector<double> calculateMagnetizationProfile(const std::vector<double>& z_values,
std::string xyz) const; std::string xyz) const;
......
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