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 8e34ad77 authored by Christof Metzger-Kraus's avatar Christof Metzger-Kraus
Browse files

applying code beautyfier

parent b5bbbe03
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -84,7 +84,7 @@ public:
size_t getParticlesInMat() { return locPartsInMat_m;}
unsigned getRedifused() { return redifusedStat_m;}
inline void doPhysics(PartBunch &bunch, Degrader *deg, Collimator *col);
inline void doPhysics(PartBunch &bunch);
private:
......@@ -104,7 +104,7 @@ private:
void copyFromBunchDKS(PartBunch &bunch);
void addBackToBunchDKS(PartBunch &bunch, unsigned i);
void setupCollimatorDKS(PartBunch &bunch, Degrader *deg, size_t numParticlesInSimulation);
void setupCollimatorDKS(PartBunch &bunch, size_t numParticlesInSimulation);
void clearCollimatorDKS();
void applyDKS();
......
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