aboutsummaryrefslogtreecommitdiff
path: root/src/get_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r--src/get_hkl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c
index fb0d04fc..e80383e5 100644
--- a/src/get_hkl.c
+++ b/src/get_hkl.c
@@ -915,7 +915,8 @@ int main(int argc, char *argv[])
ERROR("You must provide the MTZ output filename.\n");
r = 1;
} else {
- r = write_to_mtz(input, mero, cell, 0, INFINITY, output, "dataset");
+ r = write_to_mtz(input, mero, cell, 0, INFINITY, output,
+ "dataset", "crystal", "project");
}
} else if ( strcasecmp(output_format_str, "xds") == 0 ) {
if ( output == NULL ) {