diff options
author | Thomas White <taw@physics.org> | 2010-07-01 19:02:20 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:52 +0100 |
commit | c90c7d72537f140c1c1d1214e0ad0788cef5eb86 (patch) | |
tree | ec08979d46558c14199f88856ad59d3b3d7f8b40 /src | |
parent | 87d72e34a321aa53ad4e89f90058d5867cbd3261 (diff) |
compare_hkl: Add comment
Diffstat (limited to 'src')
-rw-r--r-- | src/compare_hkl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c index 4c17fda3..b14a8dab 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -107,6 +107,7 @@ int main(int argc, char *argv[]) } out = new_list_intensity(); + /* Knock out the zero beam, in case it's present */ set_count(c1, 0, 0, 0, 0); set_count(c2, 0, 0, 0, 0); |