aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-05-03 17:08:17 +0200
committerThomas White <taw@physics.org>2018-05-07 10:08:02 +0200
commit2fcc4e3721b3ff5006f2d40176577ee2ce57de17 (patch)
tree40808b90aacd51b89b265a48eeb32f27229443c7 /src/scaling.h
parent734840568fd3cad8fc1a915f182247b75c7117fb (diff)
Add SCALE_VERBOSE_ERRORS
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);