aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@6a38eb6e-646e-4a02-a296-d141613ad6c4>2006-05-21 17:44:34 +0000
committerjthorn <jthorn@6a38eb6e-646e-4a02-a296-d141613ad6c4>2006-05-21 17:44:34 +0000
commitea763a209e61029993664f40472cc65fe92a2489 (patch)
treeae8bbb5109535473855c36e3a33ea75a2e1cce10
parentca9950e3a72069b108dfb4c09ee29a01f7c8c249 (diff)
clarify that the "none" BC doesn't use boundary_width or table_handle
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@287 6a38eb6e-646e-4a02-a296-d141613ad6c4
-rw-r--r--doc/documentation.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index e3539d5..e48b2df 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1109,6 +1109,10 @@ registered function.
\subsection{Additional arguments}
The none boundary condition will ignore all arguments passed to it.
+(Notably, when registering variables/groups for this boundary condition,
+the \verb|boundary_width| and \verb|table_handle| arguments are unused,
+and may be passed as dummy values.)
+
\subsection{Old interface}