aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.c
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-05-11 11:55:14 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-05-11 11:55:14 +0000
commite238f7dadf523e1edff57df90941b125da31d03c (patch)
tree125b931cda2b35df65b13e2b32a113bee8a3af37 /src/GHExtension.c
parentbe90ad4260b97c05896d6ee89eb5950cda8947cf (diff)
Fixing my last commit.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@215 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/GHExtension.c')
-rw-r--r--src/GHExtension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index a211d36..e1f21f0 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -359,7 +359,7 @@ int PUGH_GFGhostsize(int dim, int *ghostsize)
case 3:
ghostsize[2] = ghost_size_z;
case 2:
- ghostsize[0] = ghost_size_x;
+ ghostsize[1] = ghost_size_y;
case 1:
ghostsize[0] = ghost_size_x;
default: