diff options
author | Thomas White <taw@physics.org> | 2010-02-05 12:21:07 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-05 12:21:07 +0100 |
commit | 82170d86b63a439c5857402bf5b15d27739f25b0 (patch) | |
tree | 27fd718baa6295fc622ed9c3727f8bad9f58d292 /src/diffraction.h | |
parent | 1374dfa38ef7bdb7c18e92d058f51b3d79895cec (diff) |
Add --no-sfac option for ignoring structure factors
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/diffraction.h b/src/diffraction.h index cc5f89b1..efc59d36 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -19,7 +19,8 @@ #include "image.h" #include "cell.h" -extern void get_diffraction(struct image *image, int na, int nb, int nc); +extern void get_diffraction(struct image *image, int na, int nb, int nc, + int nosfac); extern double water_intensity(struct rvec q, double en, double beam_r, double water_r); |