Skip to content

Commit

Permalink
attempt to fix the doxygen ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriel Ramirez committed Mar 24, 2023
1 parent 6938cf5 commit 2b78653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icebergs_fms2io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2691,7 +2691,7 @@ end subroutine write_axis_data
subroutine write_axis_metadata(fileobj)
type(FmsNetcdfDomainFile_t), intent(inout) :: fileobj !< Fms2_io fileobj

!< Register the dimensions as variables too
! Register the dimensions as variables too
call register_field(fileobj, "xaxis_1", "double", (/"xaxis_1"/))
call register_field(fileobj, "yaxis_1", "double", (/"yaxis_1"/))
call register_field(fileobj, "zaxis_1", "double", (/"zaxis_1"/))
Expand Down

0 comments on commit 2b78653

Please sign in to comment.