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 37ccd73f authored by albajacas_a's avatar albajacas_a
Browse files

Remove unnecessary comment line.

parent 7bfffde6
No related branches found
No related tags found
1 merge request!35Resolve "Fix tests that use default `P0` and `FROMFILE`"
...@@ -19,7 +19,7 @@ REAL Edes = 1.4e-9; //initial energy in GeV ...@@ -19,7 +19,7 @@ REAL Edes = 1.4e-9; //initial energy in GeV
REAL gamma = (Edes+EMASS)/EMASS; REAL gamma = (Edes+EMASS)/EMASS;
REAL beta = sqrt(1-(1/gamma^2)); REAL beta = sqrt(1-(1/gamma^2));
REAL P0 = 13.234 * EMASS; // Inital z-momentum in the distribution file (GeV/c). REAL P0 = 13.234 * EMASS; // Inital z-momentum in the distribution file (GeV/c).
//REAL P0 = beta*gamma * EMASS; // Inital z-momentum in the distribution file (GeV/c).
//Printing initial energy and momentum to terminal output. //Printing initial energy and momentum to terminal output.
value , {Edes, P0, OPALVERSION}; value , {Edes, P0, OPALVERSION};
......
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