diff options
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r-- | src/pattern_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index e37fd936..f9d8126d 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -663,7 +663,7 @@ int main(int argc, char *argv[]) STATUS(" Photon energy: %.2f eV (wavelength %.5f A)\n", photon_energy, image.lambda*1e10); STATUS(" Number of photons: %.0f (%.2f mJ)\n", nphotons, - eV_to_J(photon_energy)*1e3); + eV_to_J(photon_energy)*nphotons*1e3); STATUS(" Beam divergence: not simulated\n"); STATUS(" Beam radius: %.2f microns\n", beam_radius*1e6); |