Skip to content

Commit

Permalink
fix meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Jul 17, 2024
1 parent 5099727 commit 0996493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions musica/musica_ccpp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subroutine musica_ccpp_register(constituents, errcode, errmsg)
call micm_register(constituents, errcode, errmsg)
end subroutine musica_ccpp_register

!> \section arg_table_musica_init Argument Table
!> \section arg_table_musica_ccpp_init Argument Table
!! \htmlinclude musica_ccpp_init.html
subroutine musica_ccpp_init(errcode, errmsg)
integer, intent(out) :: errcode
Expand All @@ -27,7 +27,7 @@ subroutine musica_ccpp_init(errcode, errmsg)
call micm_init(errcode, errmsg)
end subroutine musica_ccpp_init

!> \section arg_table_musica_run Argument Table
!> \section arg_table_musica_ccpp_run Argument Table
!! \htmlinclude musica_ccpp_run.html
subroutine musica_ccpp_run(time_step, temperature, pressure, dry_air_density, constituent_props, &
constituents, errcode, errmsg)
Expand All @@ -48,7 +48,7 @@ subroutine musica_ccpp_run(time_step, temperature, pressure, dry_air_density, co

end subroutine musica_ccpp_run

!> \section arg_table_musica_final Argument Table
!> \section arg_table_musica_ccpp_final Argument Table
!! \htmlinclude musica_ccpp_final.html
subroutine musica_ccpp_final(errcode, errmsg)
integer, intent(out) :: errcode
Expand Down

0 comments on commit 0996493

Please sign in to comment.