diff options
-rw-r--r-- | libcrystfel/src/datatemplate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/datatemplate.c b/libcrystfel/src/datatemplate.c index 6cc57d2d..0e803f87 100644 --- a/libcrystfel/src/datatemplate.c +++ b/libcrystfel/src/datatemplate.c @@ -341,6 +341,8 @@ static int assplode_algebraic(const char *a_orig, char ***pbits) ch = a[i]; + if ( ch == ' ' ) continue; + if ( (ch == '+') || (ch == '-') ) { if ( idx >= 0 ) bits[idx][istr] = '\0'; idx++; |