Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-lin committed Oct 19, 2023
1 parent 484ef9c commit 6e9494a
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) * sizeoutx * sizouty);
sizeof(float) * sizeoutx * sizeouty);
}

// Done and post downstream.
Expand Down

0 comments on commit 6e9494a

Please sign in to comment.