Skip to content

Commit

Permalink
Fix: get dss_hvtensor from correct module
Browse files Browse the repository at this point in the history
  • Loading branch information
tcclevenger committed Dec 20, 2024
1 parent d861357 commit 0d554eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/homme/src/share/prim_driver_base.F90
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ subroutine prim_init2(elem, hybrid, nets, nete, tl, hvcoord)
use model_init_mod, only: model_init2
use time_mod, only: timelevel_t, tstep, timelevel_init, nendstep, smooth, nsplit, TimeLevel_Qdp
use control_mod, only: smooth_phis_numcycle
use viscosity_mod, only: dss_hvtensor
use viscosity_base, only: dss_hvtensor

#ifdef TRILINOS
use prim_derived_type_mod ,only : derived_type, initialize
Expand Down

0 comments on commit 0d554eb

Please sign in to comment.