aboutsummaryrefslogtreecommitdiff
path: root/src/WriteScalar.c
diff options
context:
space:
mode:
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