aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-01-23 19:41:41 -0800
committerChris Robinson <[email protected]>2023-01-23 19:41:41 -0800
commit748f7250a13bd0fb36109f99bf15be7723b099c8 (patch)
tree327351e0f1d989ef3da3332c0e3f30ba68dff631
parentf3b45f035dba3fb3d40be2134c44cdfa617248af (diff)
Increase the default mhr truncation size to 64
To match the default data set.
-rw-r--r--utils/makemhr/makemhr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makemhr/makemhr.cpp b/utils/makemhr/makemhr.cpp
index bffc90e9..6cf3076d 100644
--- a/utils/makemhr/makemhr.cpp
+++ b/utils/makemhr/makemhr.cpp
@@ -143,7 +143,7 @@ enum HeadModelT {
#define DEFAULT_EQUALIZE (1)
#define DEFAULT_SURFACE (1)
#define DEFAULT_LIMIT (24.0)
-#define DEFAULT_TRUNCSIZE (32)
+#define DEFAULT_TRUNCSIZE (64)
#define DEFAULT_HEAD_MODEL (HM_DATASET)
#define DEFAULT_CUSTOM_RADIUS (0.0)