aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-24 18:26:22 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:59 +0100
commiteb8bff819e4313357229aeeaf976af4d34132571 (patch)
treed548f949cd968dde6992672910545397784aaa15 /src/hdf5-file.c
parent1a3d13aae10f98eca8c47bdc85ebcecd0350e3c0 (diff)
Don't complain if saturation table can't be opened
In more recent data, we don't use it.
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r--src/hdf5-file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index 6037baf9..09e9c91f 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -243,7 +243,6 @@ static void debodge_saturation(struct hdfile *f, struct image *image)
H5P_DEFAULT);
if ( dh < 0 ) {
- ERROR("Couldn't open saturation table.\n");
return;
}