Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Radhakrishnan committed Apr 4, 2024
1 parent f7e2a5f commit 230c3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/m_global_parameters.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ contains
if (polytropic) then
pv = fluid_pp(1)%pv
pv = pv/pref
@:ALLOCATE(pb0(nb))
@:ALLOCATE_GLOBAL(pb0(nb))
if (Web == dflt_real) then
pb0 = pref
pb0 = pb0/pref
Expand Down

0 comments on commit 230c3c7

Please sign in to comment.