Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-lin committed Oct 19, 2023
1 parent aeb4e21 commit b5c4816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AOloopControl_IOtools/extract_spectra.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static errno_t compute_function()
uint32_t sizeoutx = wfsin.size[0];
uint32_t sizeouty = wfsin.size[1];

IMGID wfsmask = mkIMGID_from_name(mask_shm_name);
IMGID wfsmask = mkIMGID_from_name(specmask_shm_name);
resolveIMGID(&wfsmask, ERRMODE_ABORT);
uint32_t masksizeoutz = wfsin.size[2];

Expand Down

0 comments on commit b5c4816

Please sign in to comment.