diff options
author | Thomas White <taw@physics.org> | 2009-11-27 17:44:19 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-27 17:44:19 +0100 |
commit | c253b180f8970b380345e900f17d799e97de5d93 (patch) | |
tree | 17682243ca381b51bae40b3cb65bff0a4c791792 /src/detector.c | |
parent | ef92cb3eebfb74c865cf0e10266ba8c46ffc8a9a (diff) |
Macros for status and error messages
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c index fd84a9c5..a39e50d9 100644 --- a/src/detector.c +++ b/src/detector.c @@ -155,7 +155,7 @@ void record_image(struct image *image) total_energy = FLUENCE * image->xray_energy; energy_density = total_energy / area; ph_per_e = (FLUENCE/area) * pow(THOMSON_LENGTH, 2.0); - printf("Fluence = %8.2e photons, " + STATUS("Fluence = %8.2e photons, " "Energy density = %5.3f kJ/cm^2, " "Total energy = %5.3f microJ\n", FLUENCE, energy_density/1e7, total_energy*1e6); |