aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-06-27 14:04:16 +0200
committerThomas White <taw@physics.org>2019-07-17 09:22:23 +0200
commitcccf87c808f430274a0691a0c9557d6f14bf74a9 (patch)
tree4f0b1938cfa7b8950ddc596c2e889608a5fe293a /src/post-refinement.c
parentf9be3d5a2334f0d61d5cd6c96c24dcb1f481927a (diff)
Comment out debug
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r--src/post-refinement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post-refinement.c b/src/post-refinement.c
index de656d36..59d44425 100644
--- a/src/post-refinement.c
+++ b/src/post-refinement.c
@@ -176,7 +176,7 @@ static double calc_residual(struct rf_priv *pv, struct rf_alteration alter,
/* Can happen with grid scans and certain --force-radius values */
if ( fabs(crystal_get_profile_radius(pv->cr_tgt)) < 0.0000001e9 ) {
- STATUS("radius very small\n");
+ //STATUS("radius very small\n");
return NAN;
}