aboutsummaryrefslogtreecommitdiff
path: root/src/RecoverVar.c
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2001-04-20 14:07:30 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2001-04-20 14:07:30 +0000
commit71afa308fae480c36c82e0261eb2d69d6fd31877 (patch)
treea895302190d848621919e7182011b8449c3667a2 /src/RecoverVar.c
parent9b2ec1c54bcc430a3a726f8553cfe677bbf2a1ff (diff)
Fixed my recent late-night commits (accidently committed something for the
new hyperslab API). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@27 7842ec3a-9562-4be5-9c5b-06ba18f2b668
Diffstat (limited to 'src/RecoverVar.c')
-rw-r--r--src/RecoverVar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RecoverVar.c b/src/RecoverVar.c
index d2dfd6c..36011e7 100644
--- a/src/RecoverVar.c
+++ b/src/RecoverVar.c
@@ -149,7 +149,7 @@ int IOHDF5Util_RecoverVariables (cGH *GH,
break;
}
- mpi_type = PUGH_MPIDataType (pughGH, CCTK_VarTypeI (vindex);
+ mpi_type = PUGH_MPIDataType (pughGH, CCTK_VarTypeI (vindex));
if (! mpi_type)
{
CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING,