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 2acfaeff authored by ext-calvo_p's avatar ext-calvo_p
Browse files

fix DCGun-Cornell tests

parent 3aaa57a5
No related branches found
No related tags found
1 merge request!33Resolve "DCGun-Cornell tests broken"
...@@ -29,6 +29,7 @@ no_fieldsolver:FIELDSOLVER, ...@@ -29,6 +29,7 @@ no_fieldsolver:FIELDSOLVER,
my_beam: BEAM, my_beam: BEAM,
PARTICLE=ELECTRON, PARTICLE=ELECTRON,
//pc = 10, // momentum per particle in GeV/c //pc = 10, // momentum per particle in GeV/c
PC = P0,
NPART = 27, //number of test particles simulated NPART = 27, //number of test particles simulated
BCURRENT = BCURRENT, // beam current in A BCURRENT = BCURRENT, // beam current in A
BFREQ = BFREQ * 1e-6; BFREQ = BFREQ * 1e-6;
...@@ -47,4 +48,4 @@ RUN, METHOD = "PARALLEL-T", ...@@ -47,4 +48,4 @@ RUN, METHOD = "PARALLEL-T",
DISTRIBUTION = file_distribution; DISTRIBUTION = file_distribution;
ENDTRACK; ENDTRACK;
STOP; STOP;
\ No newline at end of file
...@@ -31,6 +31,7 @@ no_fieldsolver:FIELDSOLVER, ...@@ -31,6 +31,7 @@ no_fieldsolver:FIELDSOLVER,
my_beam: BEAM, my_beam: BEAM,
PARTICLE=ELECTRON, PARTICLE=ELECTRON,
//pc = 10, // momentum per particle in GeV/c //pc = 10, // momentum per particle in GeV/c
PC = P0,
NPART = 27, //number of test particles simulated NPART = 27, //number of test particles simulated
BCURRENT = BCURRENT, // beam current in A BCURRENT = BCURRENT, // beam current in A
BFREQ = BFREQ * 1e-6; BFREQ = BFREQ * 1e-6;
...@@ -50,4 +51,4 @@ RUN, METHOD = "PARALLEL-T", ...@@ -50,4 +51,4 @@ RUN, METHOD = "PARALLEL-T",
DISTRIBUTION = file_distribution; DISTRIBUTION = file_distribution;
ENDTRACK; ENDTRACK;
STOP; STOP;
\ No newline at end of file
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