diff options
author | Thomas White <taw@physics.org> | 2011-02-09 16:08:27 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:14 +0100 |
commit | da51525409db6ac1ac41460d2ce5a4eea26775de (patch) | |
tree | c0dd4bbe931f614e395c28b07e18ce1273683eef /src/stream.h | |
parent | 467009dbfad7d41231067baa5961e02f8e31d8d0 (diff) |
The per-shot wavelength is needed for scaling and post refinement
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.h b/src/stream.h index b21b5e4d..5865aeca 100644 --- a/src/stream.h +++ b/src/stream.h @@ -18,7 +18,7 @@ extern int count_patterns(FILE *fh); -extern int find_chunk(FILE *fh, UnitCell **cell, char **filename); +extern int find_chunk(FILE *fh, UnitCell **cell, char **filename, double *ev); #endif /* STREAM_H */ |