COORDINATES: Change the parameter names for number of base blocks.

Now, the number of blocks along each direction is names 'xblocks',
'yblocks', and 'zblocks'.  This should clear up the parameter meaning a
bit.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2015-01-07 17:23:03 -02:00
parent 7f71247e2d
commit 2dfd83f13d

View File

@ -255,10 +255,10 @@ module coordinates
! obtain the domain base division
!
call get_parameter_integer("rdimx" , ir )
call get_parameter_integer("rdimy" , jr )
call get_parameter_integer("xblocks", ir )
call get_parameter_integer("yblocks", jr )
#if NDIMS == 3
call get_parameter_integer("rdimz" , kr )
call get_parameter_integer("zblocks", kr )
#endif /* NDIMS == 3 */
! obtain the domain bounds