Skip to content

Commit

Permalink
Add doxygen documentation for print_marbl_log()
Browse files Browse the repository at this point in the history
Failed a TravisCI test due to missing documentation
  • Loading branch information
mnlevy1981 committed Sep 19, 2019
1 parent b4e5e3f commit cb72bdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tracer/MARBL_tracers.F90
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,9 @@ subroutine MARBL_tracers_end(CS)
endif
end subroutine MARBL_tracers_end

!*****************************************************************************

!> This subroutine writes the contents of the MARBL log to stdout.
!! TODO: some log messages come from a specific grid point, and this routine
!! needs to include the location in the preamble
subroutine print_marbl_log(log_to_print)

use marbl_logging, only : marbl_status_log_entry_type
Expand Down

0 comments on commit cb72bdc

Please sign in to comment.