From 68be925eed8b6a434f0abe05709fa8409fb18a63 Mon Sep 17 00:00:00 2001 From: hinder Date: Wed, 21 Sep 2011 15:31:15 +0000 Subject: Add information on default scope git-svn-id: http://svn.cactuscode.org/flesh/trunk@4725 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/UsersGuide/ApplicationThorns.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/UsersGuide') diff --git a/doc/UsersGuide/ApplicationThorns.tex b/doc/UsersGuide/ApplicationThorns.tex index 55561263..496ea2cb 100644 --- a/doc/UsersGuide/ApplicationThorns.tex +++ b/doc/UsersGuide/ApplicationThorns.tex @@ -1336,7 +1336,7 @@ Parameters can be \texttt{GLOBAL}, \texttt{RESTRICTED}, or \texttt{PRIVATE}. Global parameters are visible to all thorns. Restricted parameters are visible to any thorn which chooses to \texttt{USE} or \texttt{EXTEND} it. A private parameter is only visible to the thorn which declares -it. +it. The default scope is \texttt{PRIVATE}. \subsection{Steerable} \label{sec:Cactus_parameters.steerable} -- cgit v1.2.3