From ff0242d5efa8f52449b4e7a55c7db668bdca9ea5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 28 Oct 2021 10:11:50 +0200 Subject: Add a comment --- libcrystfel/src/datatemplate.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcrystfel') diff --git a/libcrystfel/src/datatemplate.c b/libcrystfel/src/datatemplate.c index 5ed6aef8..61ef408f 100644 --- a/libcrystfel/src/datatemplate.c +++ b/libcrystfel/src/datatemplate.c @@ -504,6 +504,8 @@ static int parse_mask(struct panel_template *panel, key[4] = '_'; + /* The mask number has been replaced with '_'. + * Double underscore is deliberate! */ if ( strcmp(key, "mask__file") == 0 ) { panel->masks[n].filename = strdup(val); -- cgit v1.2.3