Skip to content

Commit fd38353

Browse files
authored
Remove unused parameters
1 parent 8491588 commit fd38353

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/common/m_derived_types.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ module m_derived_types
105105
real(kind(0d0)), dimension(num_fluids_max) :: alpha
106106
real(kind(0d0)) :: gamma
107107
real(kind(0d0)) :: pi_inf !<
108-
real(kind(0d0)) :: vortex_vel !<
109-
real(kind(0d0)) :: vortex_l !<
110108

111109

112110
!! Primitive variables associated with the patch. In order, these include

0 commit comments

Comments
 (0)