aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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