aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index 29ef29a1..d2cf640b 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -692,6 +692,7 @@ int main(int argc, char *argv[])
}
if ( sym_str == NULL ) sym_str = strdup("1");
+ pointgroup_warning(sym_str);
sym = get_pointgroup(sym_str);
free(sym_str);