aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-17 22:24:00 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-17 22:24:00 +0000
commita01385fe5c1698fbaa260941a52c5e5378f8e040 (patch)
tree0b84c7de8bc81cbecb1d3c7b4d3992b30a20042b /param.ccl
parent48b537d6f474f0547816bc69c8719a7f53dad69c (diff)
change default filename extension for gnuplot-format data files
from ".gnuplot" to ".gp" to avoid confusion with gnuplot command files git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@843 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 3 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index ec4a46b..76ea810 100644
--- a/param.ccl
+++ b/param.ccl
@@ -259,11 +259,13 @@ boolean output_ghost_zones_for_h \
{
} "false"
+# n.b. making this "gnuplot" probably isn't a good idea,
+# since it could create confusion with gnuplot command files
string ASCII_gnuplot_file_name_extension \
"extension for ASCII (gnuplot) data files"
{
.* :: "any string"
-} "gnuplot"
+} "gp"
string HDF5_file_name_extension "extension for HDF5 data files"
{
.* :: "any string"