aboutsummaryrefslogtreecommitdiff
path: root/src/ioGH.h
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-10-26 23:30:52 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-10-26 23:30:52 +0000
commite1b32de29739e5b218c289d78e046f26f4693612 (patch)
tree94a76123c52df653c1e1faa45c59e302c5edff40 /src/ioGH.h
parentb923c341242f7d940c51d18dacf6c3d34d81564b (diff)
Tidying up several things
- removed spxyd from ioGH structure This went into IOASCII's GH extension where it is really needed. - renamed InitIONum() into ParseVarsForOutput() which does the parsing of varstring parameters Fixes IO/130 - removed rfrTraverseGH() which is not needed in IOUtil - create checkpoint dir via CCTK_mkdir() git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@36 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'src/ioGH.h')
-rw-r--r--src/ioGH.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ioGH.h b/src/ioGH.h
index 3716ac8..569344d 100644
--- a/src/ioGH.h
+++ b/src/ioGH.h
@@ -40,9 +40,6 @@ typedef struct IOGH {
char *outpfx_3D;
#endif
- /* Lines for 1D output */
- int spxyz[3];
-
/* for 3D output */
int ioproc; /* the IO processor each proc belongs to */
int nioprocs; /* total number of IO processors */
@@ -59,7 +56,7 @@ typedef struct IOGH {
enum {CP_INITIAL_DATA, CP_EVOLUTION_DATA, CP_RECOVER_DATA, FILEREADER_DATA};
/* prototypes of routines that are exported by IOUtil to other IO thorns */
-extern int InitIONum (int *array, char *string);
+extern void ParseVarsForOutput (const char *var_list, char do_output []);
extern void IOUtil_PrepareFilename (cGH *GH, const char *basename, char *fname,
int called_from, int ioproc,int file_unchunked);
extern int IOUtil_RegisterRecover (const char *name,