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 864f25dc authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

initialize variable

parent 34ca7f7d
No related branches found
No related tags found
1 merge request!19Drift-0 ro Drift-2
......@@ -99,7 +99,7 @@ bool RK4<FieldFunction, Arguments...>::derivate_m(
bool outOfBound = this->fieldfunc_m(t, i, externalE, externalB, args...);
double qtom; // \todo = bunch->Q(i) / (bunch->M(i) * mass_coeff); // m^2/s^2/GV
double qtom = 1.0; // \todo = bunch->Q(i) / (bunch->M(i) * mass_coeff); // m^2/s^2/GV
double tempgamma = sqrt(1 + (y[3] * y[3] + y[4] * y[4] + y[5] * y[5]));
......
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