From c4a9925905abc1108b33057240b17913de2e671a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 4 Nov 2016 13:35:15 +0100 Subject: Add (more) warnings about unique axes --- src/ambigator.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ambigator.c') diff --git a/src/ambigator.c b/src/ambigator.c index 659b17dc..f7837721 100644 --- a/src/ambigator.c +++ b/src/ambigator.c @@ -1099,6 +1099,7 @@ int main(int argc, char *argv[]) if ( s_sym_str == NULL ) { s_sym_str = strdup("1"); } + pointgroup_warning(s_sym_str); s_sym = get_pointgroup(s_sym_str); if ( s_sym == NULL ) return 1; free(s_sym_str); @@ -1113,6 +1114,7 @@ int main(int argc, char *argv[]) w_sym = NULL; amb = NULL; } else { + pointgroup_warning(w_sym_str); w_sym = get_pointgroup(w_sym_str); free(w_sym_str); if ( w_sym == NULL ) return 1; -- cgit v1.2.3