From 229e384a98b3589734095b8bc8e48ad8118e7d2a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 3 Sep 2021 14:11:33 +0200 Subject: Fix typo and failing tests from previous commit --- libcrystfel/src/datatemplate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/datatemplate.c b/libcrystfel/src/datatemplate.c index 9f14732b..7f7f24af 100644 --- a/libcrystfel/src/datatemplate.c +++ b/libcrystfel/src/datatemplate.c @@ -1268,7 +1268,7 @@ DataTemplate *data_template_new_from_string(const char *string_in) } if ( isnan(p->ssx) ) { - ERROR("Please specify the FS direction for panel %s\n", + ERROR("Please specify the SS direction for panel %s\n", dt->panels[i].name); reject = 1; } -- cgit v1.2.3