Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-lin committed Oct 17, 2023
1 parent 13e5249 commit ed25ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AOloopControl_IOtools/pl_column_sum.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static errno_t compute_function()
// JON YOU GET TO WORK HERE
int i;
for (i = 0; i < sizeoutx; i++){
double tot = 0.0;
float tot = 0.0;
int j;
for (j = 0; j < sizeouty; j++) {
tot += wfsin.im->array.F[i*sizeouty+j];
Expand Down

0 comments on commit ed25ce9

Please sign in to comment.