From 2dfd83f13d7d5255ed1adb1f85f787df3070f3fa Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Wed, 7 Jan 2015 17:23:03 -0200 Subject: [PATCH] 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 --- src/coordinates.F90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/coordinates.F90 b/src/coordinates.F90 index 389e95e..2246ec8 100644 --- a/src/coordinates.F90 +++ b/src/coordinates.F90 @@ -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