Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrage authored Nov 19, 2018
1 parent fd7bf4f commit af14834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

LET_MeV_cm, QCFs = getQCF(scintillator, track_structure_name, E_MeV_per_A, z_projectile, A_projectile)

print("# z = {:d}, A = {:d}. \n# Scintillator: {} ".format(z_projectile, A_projectile, scintillator))
print("# Particle: z = {:d}, A = {:d}. \n# Scintillator: {} ".format(z_projectile, A_projectile, scintillator))
print("# E [MeV/A], LET [MeV/cm], QCFs")

for (E, LET, QCF) in zip(E_MeV_per_A, LET_MeV_cm, QCFs):
Expand Down

0 comments on commit af14834

Please sign in to comment.