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:
parent
7f71247e2d
commit
2dfd83f13d
@ -255,10 +255,10 @@ module coordinates
|
|||||||
|
|
||||||
! obtain the domain base division
|
! obtain the domain base division
|
||||||
!
|
!
|
||||||
call get_parameter_integer("rdimx" , ir )
|
call get_parameter_integer("xblocks", ir )
|
||||||
call get_parameter_integer("rdimy" , jr )
|
call get_parameter_integer("yblocks", jr )
|
||||||
#if NDIMS == 3
|
#if NDIMS == 3
|
||||||
call get_parameter_integer("rdimz" , kr )
|
call get_parameter_integer("zblocks", kr )
|
||||||
#endif /* NDIMS == 3 */
|
#endif /* NDIMS == 3 */
|
||||||
|
|
||||||
! obtain the domain bounds
|
! obtain the domain bounds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user