aboutsummaryrefslogtreecommitdiff
path: root/src/facetron.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-10-29 17:56:53 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:04 +0100
commitcdf5df91471b4fd14c85fb06f3dab94f734750fb (patch)
tree6261e24843df5e620d4e9cecc7927df474bd63e3 /src/facetron.c
parente3eed0966702473e2146def38ce8664b4fe0acaa (diff)
facetron: Remove obsolete comment
Diffstat (limited to 'src/facetron.c')
-rw-r--r--src/facetron.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/facetron.c b/src/facetron.c
index cdc911d1..02d2603f 100644
--- a/src/facetron.c
+++ b/src/facetron.c
@@ -107,7 +107,6 @@ static void integrate_image(int mytask, void *tasks)
return;
}
- /* FIXME: Nominal photon energy */
if ( hdf5_read(hdfile, pargs->image, 0, nominal_photon_energy) ) {
ERROR("Couldn't read '%s'\n", image->filename);
hdfile_close(hdfile);