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

Beam.cpp sort includes

parent 68f2d09a
No related branches found
No related tags found
1 merge request!1856unproblematic changes anticipated from FlatDetector refactoring
...@@ -13,12 +13,12 @@ ...@@ -13,12 +13,12 @@
// ************************************************************************************************ // ************************************************************************************************
#include "Device/Beam/Beam.h" #include "Device/Beam/Beam.h"
#include <numbers>
using std::numbers::pi;
#include "Base/Spin/SpinMatrix.h" #include "Base/Spin/SpinMatrix.h"
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "Base/Vector/GisasDirection.h" #include "Base/Vector/GisasDirection.h"
#include "Device/Beam/IFootprint.h" #include "Device/Beam/IFootprint.h"
#include <numbers>
using std::numbers::pi;
//... Constructors, destructors: //... Constructors, destructors:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment