Skip to content

Commit

Permalink
fix line length size
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed May 28, 2024
1 parent 00c8fda commit 6924eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diag_manager/fms_diag_yaml.F90
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ module fms_diag_yaml_mod
!! This may be overriden if the precison was defined
!! at the variable level
character (len=:), allocatable :: default_var_reduction !< The reduction for all of the variables in the file
!! This may be overriden if the reduction was defined at the
!! variable level
!! This may be overriden if the reduction was defined at
!! the variable level
character (len=:), allocatable :: default_var_module !< The module for all of the variables in the file
!! This may be overriden if the modules was defined at the
!! variable level
Expand Down

0 comments on commit 6924eda

Please sign in to comment.