From daf83e66153e9b05077624efdd9f48a37f3b3980 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 25 Apr 2002 17:44:07 +0000 Subject: Fixed an int<->CCTK_INT problem which didn't compile on the T3E. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@66 eff87b29-5268-4891-90a3-a07138403961 --- src/ioJpegGH.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/ioJpegGH.h b/src/ioJpegGH.h index d9ee66f..917291e 100644 --- a/src/ioJpegGH.h +++ b/src/ioJpegGH.h @@ -45,10 +45,9 @@ int IOJpeg_OutputGH (const cGH *GH); int IOJpeg_OutputVarAs (const cGH *GH, const char *fullname, const char *alias); int IOJpeg_TimeFor (const cGH *GH, int vindex); int IOJpeg_TriggerOutput (const cGH *GH, int vindex); -int IOJpeg_Write (const cGH *GH, CCTK_INT vindex, const char *alias); /* other function prototypes */ -int IOJpeg_Write (const cGH *GH, int vindex, const char *alias); +int IOJpeg_Write (const cGH *GH, CCTK_INT vindex, const char *alias); /* routines called from JPEG.c */ int WriteJPEGToFileRGB (int nx, int ny, void *data, int Quality, FILE* outfile); -- cgit v1.2.3