From af148344379a5b8ed757858df7898f9c9bb5494d Mon Sep 17 00:00:00 2001 From: Jeppe Brage Christensen Date: Mon, 19 Nov 2018 10:24:17 -0600 Subject: [PATCH] Updated README --- example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.py b/example.py index e51d948..0d1fa1c 100644 --- a/example.py +++ b/example.py @@ -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):