aboutsummaryrefslogtreecommitdiff
path: root/src/WriteScalar.c
diff options
context:
space:
mode:
authorschnetter <schnetter@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2004-01-19 09:48:15 +0000
committerschnetter <schnetter@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2004-01-19 09:48:15 +0000
commit9f571db8c35923dff20723cd7ada7ff85ea6f317 (patch)
treeeaa0ebcdf79086399ae129e2b179b9827c27229b /src/WriteScalar.c
parentfb75f270b21126d954d5da1119a038b881ba537d (diff)
Add mechanism to select output by coordinate time.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@147 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'src/WriteScalar.c')
-rw-r--r--src/WriteScalar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WriteScalar.c b/src/WriteScalar.c
index 235f8bb..02e64b8 100644
--- a/src/WriteScalar.c
+++ b/src/WriteScalar.c
@@ -40,7 +40,7 @@ static FILE *OpenScalarFile (const cGH *GH,
@author Thomas Radke
@desc
Write a scalar value of a CCTK variable into an ASCII file
- suitable for postprocessing by either gluplot or xgraph.
+ suitable for postprocessing by either gnuplot or xgraph.
This routine just calls the appropriate output routine
according to the variable type.
@enddesc
@@ -110,7 +110,7 @@ int IOBasic_WriteScalar (const cGH *GH, int vindex, const char *alias)
@desc
Apply the given reduction operators on the CCTK_ARRAY or
CCTK_GF variable and output the result into a text file
- suitable for postprocessing by either gluplot or xgraph.
+ suitable for postprocessing by either gnuplot or xgraph.
@enddesc
@calls CCTK_Reduce
@@ -246,7 +246,7 @@ static int IOBasic_WriteScalarGA (const cGH *GH, int vindex, const char *alias)
@author Thomas Radke
@desc
Output the value of a CCTK_SCALAR variable into an ASCII file
- suitable for postprocessing by either gluplot or xgraph.
+ suitable for postprocessing by either gnuplot or xgraph.
@enddesc
@calls CCTK_MyProc