Skip to content

Commit

Permalink
Fixed documentation in MOM_debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Jul 12, 2018
1 parent 6478c01 commit f7be32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostics/MOM_debugging.F90
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module MOM_debugging
integer :: redundant_prints(3) = 0 !< Counters for controlling redundant printing
logical :: debug = .false. !< Write out verbose debugging data
logical :: debug_chksums = .true. !< Perform checksums on arrays
logical :: debug_redundant = .true. !< Check redundant
logical :: debug_redundant = .true. !< Check redundant values on PE boundaries

contains

Expand Down

0 comments on commit f7be32d

Please sign in to comment.