aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@f88db872-0e4f-0410-b76b-b9085cfa78c5>2012-01-24 20:24:54 +0000
committerrhaas <rhaas@f88db872-0e4f-0410-b76b-b9085cfa78c5>2012-01-24 20:24:54 +0000
commit6610ba2a0fee45722ecf26f1cc04efbee667c832 (patch)
tree6fca62dd5facb9d4d5f171164edffebf48fbe44b /param.ccl
parenta3a115cd402f70ae7e24ffbb0aed7c2f4d4e90b0 (diff)
support named spherical surfaces
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1562 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index ad6e3f6..470991c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -189,6 +189,14 @@ int which_surface_to_store_info[101] \
0:* :: "store info into the corresponding surface"
} -1
+string which_surface_to_store_info_by_name[101] \
+ "into which surface should we store the info?" \
+ STEERABLE=recover
+{
+"" :: "use which_surface_to_store_info"
+".*" :: "any string"
+} ""
+
#
# This parameter controls how verbose this thorn is in printing
# informational (non-error) messages describing what it's doing.