Skip to content

Commit 266c79e

Browse files
committed
Expose s_compute_velocity_gradients_at_cell as public for IBM use
1 parent 3fdebb6 commit 266c79e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/m_re_visc.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module m_re_visc
1414

1515
implicit none
1616

17-
private; public :: s_compute_re_visc, s_compute_mixture_re
17+
private; public :: s_compute_re_visc, s_compute_mixture_re, s_compute_velocity_gradients_at_cell
1818

1919
contains
2020

0 commit comments

Comments
 (0)