diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-02-03 16:49:25 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:45 +0100 |
commit | a30f5a755fa3f31b32bd6c9e081ea8905f3086d1 (patch) | |
tree | 557d74112704d08d5a3afa3f64edc366b4e01596 | |
parent | 6319006aeb8a7888f6f7acf6d4ace032d1c41436 (diff) |
Fusiness
-rw-r--r-- | libcrystfel/src/hdf5-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c index 346322cb..d488de7a 100644 --- a/libcrystfel/src/hdf5-file.c +++ b/libcrystfel/src/hdf5-file.c @@ -286,7 +286,7 @@ static double get_wavelength(struct hdfile *f) if ( dh < 0 ) { dh = H5Dopen2(f->fh, "/LCLS/photon_wavelength_A", H5P_DEFAULT); if ( dh < 0 ) { - ERROR("Couldn't get photon wavelength from HDF5 file.\n"); + ERROR("Couldn't get wavelength from HDF5 file.\n"); return -1.0; } nm = 0; |