Skip to content

Commit

Permalink
fixy
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-lin committed Oct 19, 2023
1 parent 28eb9bf commit 484ef9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AOloopControl_IOtools/norm_spectra.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static errno_t compute_function()
else {
memcpy(wfsout.im->array.F,
wfsin.im->array.F,
sizeof(float) * sizeout);
sizeof(float) * sizeoutx * sizouty);
}

// Done and post downstream.
Expand Down

0 comments on commit 484ef9c

Please sign in to comment.