aboutsummaryrefslogtreecommitdiff
path: root/src/Output2D.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-25 11:01:21 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-25 11:01:21 +0000
commit56afd6a641869778e18b23754101f819b8de045f (patch)
treecbb01dccc67b273d7be088a85c2712f0695203f6 /src/Output2D.c
parentf2adb19bfb1515ef99c702be8970b954951857f8 (diff)
Parameter changes: all Flexio parameters are now in flexio
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@20 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/Output2D.c')
-rw-r--r--src/Output2D.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Output2D.c b/src/Output2D.c
index b79b8c7..c380a2e 100644
--- a/src/Output2D.c
+++ b/src/Output2D.c
@@ -21,7 +21,6 @@
#include "GHExtensions.h"
#include "WarnLevel.h"
#include "Comm.h"
-#include "CactusBase/IOUtil/src/ioGH.h"
#include "ioFlexGH.h"
@@ -186,16 +185,14 @@ int IOFlexIO_Output2DVarAs (cGH *GH, const char *fullname, const char *alias)
int IOFlexIO_TimeFor2D (cGH *GH, int index)
{
- ioGH *ioUtilGH;
flexioGH *myGH;
/* Get the GH extension for IOUtil and IOFlexIO */
- ioUtilGH = (ioGH *) GH->extensions [CCTK_GHExtensionHandle ("IO")];
myGH = (flexioGH *) GH->extensions [CCTK_GHExtensionHandle ("IOFlexIO")];
/* Check this GF should be output */
if (! (CCTK_GroupTypeFromVarI (index) == GROUP_GF && myGH->IO_2Dnum [index] != 0
- && GH->cctk_iteration % ioUtilGH->IO_2Devery == 0))
+ && GH->cctk_iteration % myGH->IO_2Devery == 0))
return (0);
/* Check GF not already output this iteration */