Skip to content

Commit e71a573

Browse files
Fix doxygen references
1 parent 9303e99 commit e71a573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tracer/MOM_lateral_boundary_diffusion.F90

+2-2
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ end subroutine boundary_k_range
370370

371371

372372
!> Calculate the lateral boundary diffusive fluxes using the layer by layer method.
373-
!! See \ref LBD_method2
373+
!! See \ref section_method2
374374
subroutine fluxes_layer_method(boundary, nk, deg, h_L, h_R, hbl_L, hbl_R, phi_L, phi_R, ppoly0_coefs_L, &
375375
ppoly0_coefs_R, ppoly0_E_L, ppoly0_E_R, method, khtr_u, F_layer)
376376

@@ -475,7 +475,7 @@ subroutine fluxes_layer_method(boundary, nk, deg, h_L, h_R, hbl_L, hbl_R, phi_L,
475475
end subroutine fluxes_layer_method
476476

477477
!> Apply the lateral boundary diffusive fluxes calculated from a 'bulk model'
478-
!! See \ref LBD_method1
478+
!! See \ref section_method1
479479
subroutine fluxes_bulk_method(boundary, nk, deg, h_L, h_R, hbl_L, hbl_R, area_L, area_R, phi_L, phi_R, ppoly0_coefs_L, &
480480
ppoly0_coefs_R, ppoly0_E_L, ppoly0_E_R, method, khtr_u, F_bulk, F_layer, F_limit)
481481

0 commit comments

Comments
 (0)