aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2002-08-18 20:50:22 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2002-08-18 20:50:22 +0000
commit7dd69aeb929e0bd65e0c828051ecb4cf0e184d9a (patch)
tree6ccf4a4f17bc2863cbbb0becb90b0c4759a08067 /doc/documentation.tex
parentc32a652ee509c4763ffb653bdc52ad172544252c (diff)
Fixed argument lists for uni-directional scalar boundaries
Fixes Cactus/1100 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@178 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 27b5f07..9969a73 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -8,9 +8,9 @@
\begin{document}
-\title{Boundary}
+\title{Boundary Conditions}
\author{Miguel Alcubierre \\ Gabrielle Allen \\ Gerd Lanfermann}
-\date{$ $Date$ $}
+\date{$Date$}
\maketitle
@@ -131,10 +131,10 @@ call BndScalarGI(ierr, cctkGH, stencil_size, var0, group_index)
\end{verbatim}
{\bf Individual Coordinate Directions:}
\begin{verbatim}
-call BndScalarDirVN(ierr, cctkGH, dir, stencil, var0, variable_name)
-call BndScalarDirGN(ierr, cctkGH, dir, stencil, var0, group_name)
-call BndScalarDirVI(ierr, cctkGH, dir, stencil, var0, variable_index)
-call BndScalarDirGI(ierr, cctkGH, dir, stencil, var0, group_index)
+call BndScalarDirVN(ierr, cctkGH, stencil, dir, var0, variable_name)
+call BndScalarDirGN(ierr, cctkGH, stencil, dir, var0, group_name)
+call BndScalarDirVI(ierr, cctkGH, stencil, dir, var0, variable_index)
+call BndScalarDirGI(ierr, cctkGH, stencil, dir, var0, group_index)
\end{verbatim}
where
{\tt