diff options
author | Thomas White <taw@physics.org> | 2010-05-26 13:52:48 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-05-26 13:52:48 +0200 |
commit | 8d4aae9cbf11cd36cafa791f40804c586fc10b86 (patch) | |
tree | 2b0eb8612877694f3b96f63da203f5e4a788dd42 /src/hdf5-file.c | |
parent | dae25fb8f6de78c51334546184574b98ca4635b0 (diff) |
process_hkl: Output gas detector values with scaling factors
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r-- | src/hdf5-file.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c index d6d646ed..a344656f 100644 --- a/src/hdf5-file.c +++ b/src/hdf5-file.c @@ -218,6 +218,8 @@ static double get_f0(struct hdfile *f) H5Dclose(dh); if ( r < 0 ) return -1.0; + STATUS("%f\n", f0); + return f0; } |