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, 3 insertions, 0 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c
index 62c9e608..d6efe747 100644
--- a/src/get_hkl.c
+++ b/src/get_hkl.c
@@ -561,18 +561,21 @@ int main(int argc, char *argv[])
}
if ( holo_str != NULL ) {
+ pointgroup_warning(holo_str);
holo = get_pointgroup(holo_str);
free(holo_str);
} else {
holo = NULL;
}
if ( mero_str != NULL ) {
+ pointgroup_warning(mero_str);
mero = get_pointgroup(mero_str);
free(mero_str);
} else {
mero = NULL;
}
if ( expand_str != NULL ) {
+ pointgroup_warning(expand_str);
expand = get_pointgroup(expand_str);
free(expand_str);
} else {