From 5b552aadb1677a827332e62beb365a0a4e2c0981 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 6 Nov 2002 19:33:04 +0000 Subject: Including "Hyperslab.h" isn't neccessary anymore since we are using function aliases now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@77 eff87b29-5268-4891-90a3-a07138403961 --- src/Write.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/Write.c b/src/Write.c index aee3ded..c642b56 100644 --- a/src/Write.c +++ b/src/Write.c @@ -14,7 +14,6 @@ #include "cctk.h" #include "cctk_Parameters.h" -#include "Hyperslab.h" #include "CactusBase/IOUtil/src/ioutil_AdvertisedFiles.h" #include "ioJpegGH.h" @@ -72,12 +71,11 @@ static void WriteData (const cGH *GH, int vindex, const char *alias, int dim, int IOJpeg_Write (const cGH *GH, CCTK_INT vindex, const char *alias) { const ioJpegGH *myGH; - int i, total_hsize; + int i, mapping, total_hsize; int dir, dir_i, dir_j, maxdir, myproc, groupindex; cGroup gdata; char *fullname; int extent_int[3]; - CCTK_INT mapping; CCTK_INT origin[3], extent[2], direction[6], hsize[2]; void *hdata; CCTK_REAL min, max; -- cgit v1.2.3