Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 5b8dd5f6 authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

fix reorder

parent 19aeed14
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,6 @@ diagnostics(): calculate statistics and maybe write tp h5 and stat files ...@@ -43,7 +43,6 @@ diagnostics(): calculate statistics and maybe write tp h5 and stat files
#include "Algorithms/BoostMatrix.h" #include "Algorithms/BoostMatrix.h"
#include "Algorithms/CoordinateSystemTrafo.h" #include "Algorithms/CoordinateSystemTrafo.h"
//#include "Algorithms/DistributionMoments.h"
#include "Attributes/Attributes.h" #include "Attributes/Attributes.h"
#include "Distribution/Distribution.h" #include "Distribution/Distribution.h"
#include "Manager/BaseManager.h" #include "Manager/BaseManager.h"
...@@ -110,10 +109,6 @@ private: ...@@ -110,10 +109,6 @@ private:
double rmsDensity_m; double rmsDensity_m;
std::shared_ptr<Distribution> OPALdist_m;
std::shared_ptr<FieldSolverCmd> OPALFieldSolver_m;
public: public:
Vector_t<int, Dim> nr_m; Vector_t<int, Dim> nr_m;
...@@ -202,6 +197,11 @@ private: ...@@ -202,6 +197,11 @@ private:
/// if multiple TRACK commands /// if multiple TRACK commands
long long globalTrackStep_m; long long globalTrackStep_m;
std::shared_ptr<Distribution> OPALdist_m;
std::shared_ptr<FieldSolverCmd> OPALFieldSolver_m;
// unit state of PartBunch // unit state of PartBunch
// UnitState_t unit_state_m; // UnitState_t unit_state_m;
......
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