diff options
author | Thomas White <taw@physics.org> | 2021-09-03 14:11:33 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-09-03 14:11:33 +0200 |
commit | 229e384a98b3589734095b8bc8e48ad8118e7d2a (patch) | |
tree | 3286bd69adc296f99f789037b64ce51d918c1357 /libcrystfel/src/datatemplate.c | |
parent | 7fea4dc8222825b0dde4bb059924d5a3eba20819 (diff) |
Fix typo and failing tests from previous commit
Diffstat (limited to 'libcrystfel/src/datatemplate.c')
-rw-r--r-- | libcrystfel/src/datatemplate.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |