diff options
author | Thomas White <taw@physics.org> | 2012-02-20 17:38:52 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:45 +0100 |
commit | d8014c511c73ee561f49517b234a2795ad749de1 (patch) | |
tree | c2c71a5e5f129adae10eea088d930d3f53de5868 /src/diffraction.c | |
parent | 9071abc1cdadf01f45bee8fbd8f64310444ad1b6 (diff) |
Remove unused line
Diffstat (limited to 'src/diffraction.c')
-rw-r--r-- | src/diffraction.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/diffraction.c b/src/diffraction.c index a37c2fcb..34dd6f41 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -373,7 +373,6 @@ void get_diffraction(struct image *image, int na, int nb, int nc, int idx; double k; - double intensity; double f_lattice, I_lattice; double I_molecule; struct rvec q; |