Cosmetic change in subroutine allocate_datablock() in blocks.F90.
This commit is contained in:
parent
b6dc6095ac
commit
d54b57e1eb
@ -365,7 +365,7 @@ module blocks
|
||||
|
||||
! allocate space for the conserved variables
|
||||
!
|
||||
allocate(pdata%u(nqt,im,jm,km))
|
||||
allocate(pdata%u( nqt,im,jm,km))
|
||||
|
||||
! allocate space for the numerical fluxes
|
||||
!
|
||||
|
Loading…
x
Reference in New Issue
Block a user