From a7800642d5c843f56c0d83a81303de98cf8f5159 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 30 Dec 2002 19:13:00 +0000 Subject: 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 --- doc/documentation.tex | 12 ++++++------ 1 file 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 -- cgit v1.2.3