Cosmetic change in subroutine allocate_datablock() in blocks.F90.

This commit is contained in:
Grzegorz Kowal 2010-09-18 11:44:46 +02:00
parent b6dc6095ac
commit d54b57e1eb

View File

@ -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
!