diff options
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 e1a2e05a..8e2241f6 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -92,7 +92,7 @@ double residual(Crystal *cr, const RefList *full, int free, double B = crystal_get_Bfac(cr); UnitCell *cell = crystal_get_cell(cr); - if ( linear_scale(crystal_get_reflections(cr), full, &G) ) { + if ( linear_scale(full, crystal_get_reflections(cr), &G) ) { return INFINITY; } |