aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-23 18:11:08 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:21 +0100
commit6102cc44e44f25dac0b7798ed66f48fe9c59198a (patch)
treed365bfd9ba41f571ec66949b74f7260022300166
parent8a36f868460bc62b3d485b07ca76c8136a799a8e (diff)
More verbosity...
-rw-r--r--src/hdf5-file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index 98e18cb0..5cd7c3ce 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -345,7 +345,6 @@ static void debodge_saturation(struct hdfile *f, struct image *image)
if ( size[1] != 3 ) {
H5Sclose(sh);
H5Dclose(dh);
- ERROR("Saturation table has the wrong dimensions.\n");
return;
}
@@ -379,7 +378,6 @@ static void debodge_saturation(struct hdfile *f, struct image *image)
image->data[x+image->width*(y-1)] = val / 5.0;
}
- STATUS("Corrected %i saturation values\n", (int)size[0]);
free(buf);
H5Sclose(sh);