Skip to content

Commit

Permalink
BUG: main2d not setting suffix correctly (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored May 19, 2020
1 parent 6488dc0 commit bdad266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acs/calacs/acs2d/main2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ int main (int argc, char **argv) {
char *isuffix[] = {"_raw", "_blv_tmp", "_blc_tmp", "_crj_tmp", "_crc_tmp"};
char *osuffix[] = {"_flt", "_flt", "_flc", "_crj", "_crc"};

int nsuffix = 3;
int nsuffix = 5;

/* A structure to pass the calibration switches to acs2d */
CalSwitch acs2d_sw;
Expand Down

0 comments on commit bdad266

Please sign in to comment.