We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bfb6d commit bf56824Copy full SHA for bf56824
src/post_process/m_global_parameters.fpp
@@ -518,8 +518,6 @@ contains
518
mom_idx%beg = cont_idx%end + 1
519
mom_idx%end = cont_idx%end + num_vels
520
E_idx = mom_idx%end + 1
521
- adv_idx%beg = E_idx + 1
522
- adv_idx%end = E_idx + num_fluids
523
524
if (igr) then
525
! Volume fractions are stored in the indices immediately following
src/pre_process/m_global_parameters.fpp
@@ -608,8 +608,6 @@ contains
608
609
610
611
612
613
614
615
0 commit comments