aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-02-17 10:53:14 +0100
committerThomas White <taw@physics.org>2010-02-17 10:53:14 +0100
commitae76664c17533d29555aeef41b7534c78407825f (patch)
tree27ff2d899e8cac27df8ca73c818e09d8b28d0557 /src/hdf5-file.c
parent8ef8fa59cbd8afac2375c5dbb1acc524ac322fbc (diff)
Remove fmode stuff
Let's not pretend we can really do this.
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r--src/hdf5-file.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index 0a63a853..3fc5de8c 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -192,9 +192,6 @@ int hdf5_read(struct hdfile *f, struct image *image)
image->height = f->nx;
image->width = f->ny;
- /* Always camera length/lambda formulation for FEL */
- image->fmode = FORMULATION_CLEN;
-
/* Read wavelength from file */
image->lambda = get_wavelength(f);
if ( image->lambda < 0.0 ) {