Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Feb 14, 2024
1 parent ebf775e commit ad76f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diag_manager/fms_diag_axis_object.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1260,8 +1260,8 @@ subroutine define_new_axis(diag_axis, parent_axis, naxis, parent_id, &
!! the axis's global domain
integer, optional, intent(out) :: new_axis_id !< Axis id of the axis this is creating
real(kind=r4_kind), optional, intent(in) :: zbounds(2) !< Bounds of the Z axis
integer, optional, intent(in) :: nz_subaxis !< The number of z subaxis that have been
!! defined in the file
integer, optional, intent(in) :: nz_subaxis !< The number of z subaxis that have
!! been defined in the file

naxis = naxis + 1 !< This is the axis id of the new axis!

Expand Down

0 comments on commit ad76f54

Please sign in to comment.