diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-12 12:40:37 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:14 +0100 |
commit | 54ff7acab385a0c524b8f2194e95621e92843db1 (patch) | |
tree | b4fbfe4690506bb0fc81f4a2c300d048434fc0d1 /src/partialator.c | |
parent | ad522bed9dbe10716e598ff1de6ff2453d934cd5 (diff) |
More non-ignoring of the central beam
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/partialator.c b/src/partialator.c index 55ac627b..31b2b7e9 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -318,9 +318,6 @@ int main(int argc, char *argv[]) r = sscanf(line, "%i %i %i %f", &h, &k, &l, &intensity); if ( r != 4 ) continue; - /* Not interested in the central beam */ - if ( (h==0) && (k==0) && (l==0) ) continue; - refl = add_refl(peaks, h, k, l); set_int(refl, intensity); |