Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Removing a typo (because I don't know how to use the GitHub editor).
  • Loading branch information
marshallward committed Jul 21, 2023
1 parent e8d2bf8 commit 25dc0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostics/MOM_sum_output.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module MOM_sum_output
! This file is part of MOM6. See LICENSE.md for the license.

use iso_fortran_env, only : int64
use MOM_checksums, only : is_NaNis_root_pe
use MOM_checksums, only : is_NaN
use MOM_coms, only : sum_across_PEs, PE_here, root_PE, num_PEs, max_across_PEs, field_chksum
use MOM_coms, only : reproducing_sum, reproducing_sum_EFP, EFP_to_real, real_to_EFP
use MOM_coms, only : EFP_type, operator(+), operator(-), assignment(=), EFP_sum_across_PEs
Expand Down

0 comments on commit 25dc0fe

Please sign in to comment.