aboutsummaryrefslogtreecommitdiff
path: root/src/iobasicGH.h
diff options
context:
space:
mode:
authorallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-07-19 12:20:56 +0000
committerallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-07-19 12:20:56 +0000
commit5ef5219e049640848f134969fec13edf850606c7 (patch)
tree34d6f00ec5b9ae1600c7cb25eecb54a815b35faf /src/iobasicGH.h
parent4708b9c442dcf8919a614866d599e8a0a239ebcf (diff)
Only output scalar's if their values have been successfully
calculated git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@63 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'src/iobasicGH.h')
-rw-r--r--src/iobasicGH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iobasicGH.h b/src/iobasicGH.h
index 1c21c61..3f41cf5 100644
--- a/src/iobasicGH.h
+++ b/src/iobasicGH.h
@@ -40,4 +40,4 @@ typedef struct IOBASICGH {
/* function prototypes */
void IOBasic_Write (cGH *GH, int index, const char *alias);
void IOBasic_WriteGF (cGH *GH, int index, const char *alias);
-CCTK_REAL IOBasic_WriteInfo (cGH *GH, int index, const char *operator, const char *alias);
+int IOBasic_WriteInfo (cGH *GH, CCTK_REAL *val,int index, const char *operator, const char *alias);