Skip to content

Commit 05eda2d

Browse files
joshgillisJoshua Alan Gillisdanieljvickerssbryngelson
authored
Fix: Adding missing @:DEALLOCATE's (#1592)
Co-authored-by: Joshua Alan Gillis <gillis5@tuolumne2152.llnl.gov> Co-authored-by: Daniel J. Vickers <dnlvickers5@gmail.com> Co-authored-by: Spencer Bryngelson <sbryngelson@gmail.com>
1 parent 39ab45e commit 05eda2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/simulation/m_riemann_solvers.fpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,13 @@ contains
101101

102102
if (viscous) then
103103
@:DEALLOCATE(Re_avg_rsx_vf)
104+
@:DEALLOCATE(Res_gs)
104105
end if
105106
@:DEALLOCATE(vel_src_rsx_vf)
106107
@:DEALLOCATE(flux_rsx_vf)
107108
@:DEALLOCATE(flux_src_rsx_vf)
108109
@:DEALLOCATE(flux_gsrc_rsx_vf)
110+
@:DEALLOCATE(Gs_rs)
109111
if (qbmm) then
110112
@:DEALLOCATE(mom_sp_rsx_vf)
111113
end if

0 commit comments

Comments
 (0)