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 38dce5b commit a00249eCopy full SHA for a00249e
src/simulation_code/m_global_parameters.f90
@@ -606,7 +606,7 @@ SUBROUTINE s_initialize_global_parameters_module() ! -------------------
606
607
ALLOCATE( weight(nb),R0(nb),V0(nb) )
608
ALLOCATE( bub_idx%rs(nb), bub_idx%vs(nb) )
609
-
+ ALLOCATE( bub_idx%ps(nb), bub_idx%ms(nb) )
610
611
IF (num_fluids == 1) THEN
612
gam = 1.d0/fluid_pp(num_fluids+1)%gamma + 1.d0
@@ -627,7 +627,6 @@ SUBROUTINE s_initialize_global_parameters_module() ! -------------------
627
ELSE
628
DO i = 1, nb
629
IF (.NOT. polytropic) THEN
630
- ALLOCATE( bub_idx%ps(nb), bub_idx%ms(nb) )
631
fac = 4
632
633
fac = 2
0 commit comments