aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scaling.h')
-rw-r--r--src/scaling.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scaling.h b/src/scaling.h
index a4ec6931..8c2e7ef2 100644
--- a/src/scaling.h
+++ b/src/scaling.h
@@ -42,6 +42,7 @@ enum ScaleFlags
{
SCALE_NONE = 0,
SCALE_NO_B = 1<<0, /* Don't use Debye-Waller part */
+ SCALE_VERBOSE_ERRORS = 1<<1,
};
extern int scale_one_crystal(Crystal *cr, const RefList *reference, int flags);