aboutsummaryrefslogtreecommitdiff
path: root/src/ioJpegGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioJpegGH.h')
-rw-r--r--src/ioJpegGH.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ioJpegGH.h b/src/ioJpegGH.h
index 94c0f66..868f945 100644
--- a/src/ioJpegGH.h
+++ b/src/ioJpegGH.h
@@ -36,6 +36,9 @@ typedef struct IOJpegGH
sp2xyz[maxdim][perpendicular direction] */
int **sp2xyz;
+ /* stop on I/O parameter parsing errors ? */
+ int stop_on_parse_errors;
+
} ioJpegGH;
@@ -47,6 +50,7 @@ int IOJpeg_TriggerOutput (const cGH *GH, int vindex);
/* other function prototypes */
int IOJpeg_Write (const cGH *GH, CCTK_INT vindex, const char *alias);
+void IOJpeg_CheckSteerableParameters (ioJpegGH *myGH);
/* routines called from JPEG.c */
int WriteJPEGToFileRGB (int nx, int ny, void *data, int Quality, FILE* outfile);