summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authorhinder <hinder@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-09-21 15:31:15 +0000
committerhinder <hinder@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-09-21 15:31:15 +0000
commit68be925eed8b6a434f0abe05709fa8409fb18a63 (patch)
treea6fb05653c657a918564544d44177464c61a6fd2 /doc/UsersGuide
parent3e4774c283b2c683fefbc89d8172906a7ac8a0b3 (diff)
Add information on default scope
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4725 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/ApplicationThorns.tex2
1 files changed, 1 insertions, 1 deletions
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}