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

rename -> CoordTags

parent 2a63b2db
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file Device/Coord/Tags.h //! @file Device/Detector/CoordTypes.h
//! @brief Defines enum Axis::Units. //! @brief Defines enum Axis::Units.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_DEVICE_COORD_TAGS_H #ifndef BORNAGAIN_DEVICE_DETECTOR_COORDTYPES_H
#define BORNAGAIN_DEVICE_COORD_TAGS_H #define BORNAGAIN_DEVICE_DETECTOR_COORDTYPES_H
enum class Coords { UNDEFINED, NBINS, RADIANS, DEGREES, MM, QSPACE }; enum class Coords { UNDEFINED, NBINS, RADIANS, DEGREES, MM, QSPACE };
#endif // BORNAGAIN_DEVICE_COORD_TAGS_H #endif // BORNAGAIN_DEVICE_DETECTOR_COORDTYPES_H
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define BORNAGAIN_DEVICE_DETECTOR_IDETECTOR_H #define BORNAGAIN_DEVICE_DETECTOR_IDETECTOR_H
#include "Base/Types/ICloneable.h" #include "Base/Types/ICloneable.h"
#include "Device/Coord/Tags.h" // enum Coords #include "Device/Detector/CoordTypes.h" // enum Coords
#include "Device/Pol/PolFilter.h" #include "Device/Pol/PolFilter.h"
#include <array> #include <array>
#include <functional> #include <functional>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define BORNAGAIN_DEVICE_DETECTOR_OFFSPECDETECTOR_H #define BORNAGAIN_DEVICE_DETECTOR_OFFSPECDETECTOR_H
//#include "Base/Types/ICloneable.h" //#include "Base/Types/ICloneable.h"
#include "Device/Coord/Tags.h" // enum Coords #include "Device/Detector/CoordTypes.h" // enum Coords
#include "Device/Pol/PolFilter.h" #include "Device/Pol/PolFilter.h"
#include "Param/Node/INode.h" #include "Param/Node/INode.h"
......
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