diff options
author | Thomas White <taw@physics.org> | 2011-06-17 16:42:51 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:29 +0100 |
commit | 72e508d2173076a437b58467dc4c7965fcb1954b (patch) | |
tree | a8ebcf88aa7daaa5cc88dfcfb00b0868b48e4d02 /src/post-refinement.c | |
parent | 64efe16aa719499095392571e2003ec74d0300f9 (diff) |
Fussiness
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r-- | src/post-refinement.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post-refinement.c b/src/post-refinement.c index 285fe037..c092e2c1 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -337,7 +337,7 @@ static double mean_partial_dev(struct image *image, if ( !get_scalable(refl) ) continue; get_indices(refl, &h, &k, &l); - assert ((h!=0) || (k!=0) || (l!=0)); + assert((h!=0) || (k!=0) || (l!=0)); if ( !get_scalable(refl) ) continue; |