Skip to content

Commit

Permalink
Fixes undoxygenized LBM module variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Sep 17, 2019
1 parent e5645b1 commit 4d5c786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tracer/MOM_lateral_boundary_mixing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module MOM_lateral_boundary_mixing
integer, parameter :: BOTTOM = 1 !< Set a value that corresponds to the bottom boundary
#include <MOM_memory.h>

!> Sets parameters for lateral boundary mixing module.
type, public :: lateral_boundary_mixing_CS ; private
integer :: method !< Determine which of the three methods calculate
!! and apply near boundary layer fluxes
Expand All @@ -50,7 +51,7 @@ module MOM_lateral_boundary_mixing

! This include declares and sets the variable "version".
#include "version_variable.h"
character(len=40) :: mdl = "MOM_lateral_boundary_mixing"
character(len=40) :: mdl = "MOM_lateral_boundary_mixing" !< Name of this module

contains

Expand Down

0 comments on commit 4d5c786

Please sign in to comment.