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 99d8a45c authored by frey_m's avatar frey_m
Browse files

ParallelCyclotronTracker: Removal of more duplicated code

parent c5038d2e
No related branches found
No related tags found
1 merge request!15Add Stepper classes to ParallelCyclotronTracker
This diff is collapsed.
......@@ -503,6 +503,23 @@ private:
void gapCrossKick_m(size_t i, double t, double dt,
const Vector_t& Rold, const Vector_t& Pold);
inline void dumpAzimuthAngles_m(const double& t,
const Vector_t& R,
const Vector_t& P,
const double& oldReferenceTheta,
const double& temp_meanTheta);
inline void dumpThetaEachTurn_m(const double& t,
const Vector_t& R,
const Vector_t& P,
const double& temp_meanTheta,
bool& dumpEachTurn);
void computeSpaceChargeFields_m();
void injectBunch_m(bool& flagTransition);
};
......
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