aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-01-29 13:00:27 +0100
committerThomas White <taw@physics.org>2018-02-27 17:12:42 +0100
commita691544a9828cacb94f47900b7938fbed99459b2 (patch)
tree69eb1b9975ef285266850f514258d8b54eb4e15a /src/scaling.c
parent0ba30eafceabc7f3dc7a80cecfa48ae0553a5cfd (diff)
Reduce verbosity
Diffstat (limited to 'src/scaling.c')
-rw-r--r--src/scaling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scaling.c b/src/scaling.c
index f44f047b..4f92f501 100644
--- a/src/scaling.c
+++ b/src/scaling.c
@@ -141,7 +141,7 @@ static void scale_crystal(void *task, int id)
double G;
/* Simple iterative algorithm */
- r = linear_scale(pargs->full, crystal_get_reflections(pargs->crystal), &G, 1);
+ r = linear_scale(pargs->full, crystal_get_reflections(pargs->crystal), &G, 0);
if ( r == 0 ) {
crystal_set_osf(pargs->crystal, G);
} else {