aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2002-12-30 19:13:00 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2002-12-30 19:13:00 +0000
commita7800642d5c843f56c0d83a81303de98cf8f5159 (patch)
treef537405b04bcfe52d78d1821989e0e92ecef0df5 /doc
parentea76585f7d3b3942ee7e4f3c3d33356b1f35fdb5 (diff)
Fixed typos in Radiative documentation for function names.
Closes Cactus/1276 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@189 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 5f215ac..a8a59be 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -343,11 +343,11 @@ int ierr = BndRadiativeDirGI(cGH *cctkGH, int *stencil, int dir,
\begin{verbatim}
call BndRadiativeVN(ierr, cctkGH, stencil_size, speed, limit,
variable_name, variable_name_past)
-call BndRadiativeVN(ierr, cctkGH, stencil_size, speed, limit,
+call BndRadiativeGN(ierr, cctkGH, stencil_size, speed, limit,
group_name, group_name_past)
-call BndRadiativeVN(ierr, cctkGH, stencil_size, speed, limit,
+call BndRadiativeVI(ierr, cctkGH, stencil_size, speed, limit,
variable_index, variable_index_past)
-call BndRadiativeVN(ierr, cctkGH, stencil_size, speed, limit,
+call BndRadiativeGI(ierr, cctkGH, stencil_size, speed, limit,
group_index, group_index_past)
\end{verbatim}
@@ -355,11 +355,11 @@ call BndRadiativeVN(ierr, cctkGH, stencil_size, speed, limit,
\begin{verbatim}
call BndRadiativeDirVN(ierr, cctkGH, stencil, dir, speed, limit,
variable_name, variable_name_past)
-call BndRadiativeDirVN(ierr, cctkGH, stencil, dir, speed, limit,
+call BndRadiativeDirGN(ierr, cctkGH, stencil, dir, speed, limit,
group_name, group_name_past)
-call BndRadiativeDirVN(ierr, cctkGH, stencil, dir, speed, limit,
+call BndRadiativeDirVI(ierr, cctkGH, stencil, dir, speed, limit,
variable_index, variable_index_past)
-call BndRadiativeDirVN(ierr, cctkGH, stencil, dir, speed, limit,
+call BndRadiativeDirGI(ierr, cctkGH, stencil, dir, speed, limit,
group_index, group_index_past)
\end{verbatim}
where