aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorhawke <hawke@e296648e-0e4f-0410-bd07-d597d9acff87>2003-04-11 09:05:53 +0000
committerhawke <hawke@e296648e-0e4f-0410-bd07-d597d9acff87>2003-04-11 09:05:53 +0000
commit58122e2ba7f6e8810cc081c7e5f591286ab13e05 (patch)
treefbefe7b2123c19f59c4bb988e40deccd82cf5f5f /param.ccl
parent2c861b0e9b929fc74ab26416ed0381b7f50d6d97 (diff)
The model parameters are switched from private to restricted. This allows e.g. thorns setting up initial data based on an exact model to use exact and know the parameters.
Note this does not allow us to get around the grid scalar trick for the CalcTmunu interface, as using a restricted parameter would lead to a compile time dependency. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@158 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 7722ced..dcb59dd 100644
--- a/param.ccl
+++ b/param.ccl
@@ -151,7 +151,7 @@ KEYWORD overwrite_boundary "Overwrite g and K on the boundary"
##### exact_model ##############################################################
################################################################################
-private:
+restricted:
#
# see the file doc/how_to_add_a_new_model for instructions on adding