Skip to content

Commit bf56824

Browse files
committed
bug fixes
1 parent d1bfb6d commit bf56824

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/post_process/m_global_parameters.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,6 @@ contains
518518
mom_idx%beg = cont_idx%end + 1
519519
mom_idx%end = cont_idx%end + num_vels
520520
E_idx = mom_idx%end + 1
521-
adv_idx%beg = E_idx + 1
522-
adv_idx%end = E_idx + num_fluids
523521

524522
if (igr) then
525523
! Volume fractions are stored in the indices immediately following

src/pre_process/m_global_parameters.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,6 @@ contains
608608
mom_idx%beg = cont_idx%end + 1
609609
mom_idx%end = cont_idx%end + num_vels
610610
E_idx = mom_idx%end + 1
611-
adv_idx%beg = E_idx + 1
612-
adv_idx%end = E_idx + num_fluids
613611

614612
if (igr) then
615613
! Volume fractions are stored in the indices immediately following

0 commit comments

Comments
 (0)