aboutsummaryrefslogtreecommitdiff
path: root/src/ChooseOutput.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-07-16 15:51:24 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-07-16 15:51:24 +0000
commit2acfc11877bd8084ef867371d56c2097e69306c2 (patch)
tree55bf6dcc1544f0b11e1308c87b7fde2e6948582d /src/ChooseOutput.c
parent73588c416276ef5825c53fe2e3615d73fd8d05a1 (diff)
Fixed CCTK_INT/int bug on T3E
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@140 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/ChooseOutput.c')
-rw-r--r--src/ChooseOutput.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChooseOutput.c b/src/ChooseOutput.c
index cc0f992..9054b0f 100644
--- a/src/ChooseOutput.c
+++ b/src/ChooseOutput.c
@@ -43,7 +43,7 @@ void IOFlexIO_Choose2D(CCTK_ARGUMENTS)
int i;
int maxdim;
flexioGH *myGH; /* FlexIO extension handle */
- CCTK_INT *origin_index; /* Specify output planes by indices */
+ int *origin_index; /* Specify output planes by indices */
CCTK_REAL *origin_phys; /* Specify output planes by coordinates */
myGH = (flexioGH *) cctkGH->extensions
@@ -52,7 +52,7 @@ void IOFlexIO_Choose2D(CCTK_ARGUMENTS)
/* Set up lines to be output */
maxdim = CCTK_MaxDim();
origin_phys = (CCTK_REAL *)calloc(maxdim,sizeof(CCTK_REAL ));
- origin_index = (CCTK_INT *)calloc(maxdim,sizeof(CCTK_INT ));
+ origin_index = (int *)calloc(maxdim,sizeof(int ));
/* Set parameters using
1. Indices from IOFlexIO