diff options
author | Thomas White <taw@physics.org> | 2017-12-07 11:51:56 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:41 +0100 |
commit | 911a5a47ecee5fce2ad3d16bd1460f779011c083 (patch) | |
tree | 539204221aceafd73c8ce6ba140e6c5c59b3628a /src/diffraction.h | |
parent | 0f24c4fb9451f1c32fb89534b37bf7f804e37d99 (diff) |
pattern_sim: Add --flat
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diffraction.h b/src/diffraction.h index 28f3ec0a..ca4e3bde 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -52,7 +52,7 @@ extern void get_diffraction(struct image *image, int na, int nb, int nc, const double *intensities, const double *phases, const unsigned char *flags, UnitCell *cell, GradientMethod m, const SymOpList *sym, - int no_fringes); + int no_fringes, int flat); extern struct sample *generate_tophat(struct image *image); |