aboutsummaryrefslogtreecommitdiff
path: root/src/PostReceiveGA.c
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-19 23:13:58 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-19 23:13:58 +0000
commit56711ab746cd71ac2b24db24b0115ea6b14ec2c3 (patch)
treecd47799c8d3cf56646074292effa762757571e73 /src/PostReceiveGA.c
parent6631ef8726eb678e1c841c41c5b821f59a91292f (diff)
Changed names of PUGH functions to be uniform. Now all PUGH functions
should begin with PUGH. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@211 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/PostReceiveGA.c')
-rw-r--r--src/PostReceiveGA.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PostReceiveGA.c b/src/PostReceiveGA.c
index b9b0f5b..3a7864b 100644
--- a/src/PostReceiveGA.c
+++ b/src/PostReceiveGA.c
@@ -16,7 +16,7 @@
static char *rcsid = "$Header$";
-CCTK_FILEVERSION (CactusPUGH_PUGH_PostReceiveGA_c);
+CCTK_FILEVERSION(CactusPUGH_PUGH_PostReceiveGA_c)
/*#define DEBUG_PUGH*/
@@ -84,7 +84,7 @@ void PostReceiveGA(pGH *GH, pGA *GA, int dir)
break;
case CCTK_VARIABLE_COMPLEX:
- mpi_type = GH->pugh_mpi_complex;
+ mpi_type = GH->PUGH_mpi_complex;
recv_dt = GH->recv_complex_dt [GA->stagger];
break;