aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ioJpegGH.h3
1 files changed, 1 insertions, 2 deletions
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);