Skip to content

Commit

Permalink
remove return before checking conserve
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Jul 19, 2024
1 parent 4f5cf77 commit 65d0b4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/fregrid_acc/conserve_interp_acc.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,6 @@ void do_scalar_conserve_interp_acc(Interp_config_acc *interp_acc, int varid, int
free(out_miss); out_miss = NULL;
} // otile

return;

/* conservation check if needed */
if(opcode & CHECK_CONSERVE) {
double gsum_in = 0.0;
Expand Down

0 comments on commit 65d0b4e

Please sign in to comment.