Skip to content

Commit 230c3c7

Browse files
author
Anand Radhakrishnan
committed
bug
1 parent f7e2a5f commit 230c3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ contains
755755
if (polytropic) then
756756
pv = fluid_pp(1)%pv
757757
pv = pv/pref
758-
@:ALLOCATE(pb0(nb))
758+
@:ALLOCATE_GLOBAL(pb0(nb))
759759
if (Web == dflt_real) then
760760
pb0 = pref
761761
pb0 = pb0/pref

0 commit comments

Comments
 (0)