summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-01-27 16:28:18 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-01-27 16:28:18 +0000
commit401b6b80a5eeb489b6585e7022f90a0983c7c9d2 (patch)
tree97a41ef88e5e47813a75c6dca37b44c384ca54e0 /doc/ReferenceManual
parentca9b8f8e78bf36c4493e64de7a1fb4a174cc8a32 (diff)
fix a common (cut-n-paste :) typo -- CCTK_Coord* was misspelled CCTI_Coord*
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3968 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index 5ebd0543..1db46e65 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -1678,7 +1678,7 @@ Error.
\begin{CCTKFunc}{CCTK\_CoordDir}%%%
{Give the direction for a given coordinate.
-\textbf{All the \texttt{CCTI\_Coord*} APIs are deprecated,
+\textbf{All the \texttt{CCTK\_Coord*} APIs are deprecated,
and will probably be phased out fairly soon.
New code should use the APIs provided by the \texttt{CoordBase} thorn
instead (this lives in the \texttt{CactusBase} arrangement).}
@@ -1713,7 +1713,7 @@ The coordinate name is independent of the grid function name.
\begin{CCTKFunc}{CCTK\_CoordIndex}%%%
{Give the grid variable index for a given coordinate.
-\textbf{All the \texttt{CCTI\_Coord*} APIs are deprecated,
+\textbf{All the \texttt{CCTK\_Coord*} APIs are deprecated,
and will probably be phased out fairly soon.
New code should use the APIs provided by the \texttt{CoordBase} thorn
instead (this lives in the \texttt{CactusBase} arrangement).}
@@ -1756,7 +1756,7 @@ will be used if the coordinate direction is given as less than or equal to zero,
\begin{CCTKFunc}{CCTK\_CoordRange}%%%
{Return the global upper and lower bounds for a given coordinate.
-\textbf{All the \texttt{CCTI\_Coord*} APIs are deprecated,
+\textbf{All the \texttt{CCTK\_Coord*} APIs are deprecated,
and will probably be phased out fairly soon.
New code should use the APIs provided by the \texttt{CoordBase} thorn
instead (this lives in the \texttt{CactusBase} arrangement).}
@@ -1805,7 +1805,7 @@ name will be used.
\begin{CCTKFunc}{CCTK\_CoordRegisterData}%%%
{Define a coordinate in a given coordinate system.
-\textbf{All the \texttt{CCTI\_Coord*} APIs are deprecated,
+\textbf{All the \texttt{CCTK\_Coord*} APIs are deprecated,
and will probably be phased out fairly soon.
New code should use the APIs provided by the \texttt{CoordBase} thorn
instead (this lives in the \texttt{CactusBase} arrangement).}
@@ -1849,7 +1849,7 @@ using \code{CCTK\_CoordRegisterSystem}.
{Assign the global maximum and minimum
values of a coordinate on a given grid hierachy.
-\textbf{All the \texttt{CCTI\_Coord*} APIs are deprecated,
+\textbf{All the \texttt{CCTK\_Coord*} APIs are deprecated,
and will probably be phased out fairly soon.
New code should use the APIs provided by the \texttt{CoordBase} thorn
instead (this lives in the \texttt{CactusBase} arrangement).}
@@ -1903,7 +1903,7 @@ can be accessed by \code{CCTK\_CoordRange}.
\begin{CCTKFunc}{CCTK\_CoordRegisterSystem}%%%
{Assigns a coordinate system with a chosen name and dimension.
-\textbf{All the \texttt{CCTI\_Coord*} APIs are deprecated,
+\textbf{All the \texttt{CCTK\_Coord*} APIs are deprecated,
and will probably be phased out fairly soon.
New code should use the APIs provided by the \texttt{CoordBase} thorn
instead (this lives in the \texttt{CactusBase} arrangement).}
@@ -1939,7 +1939,7 @@ instead (this lives in the \texttt{CactusBase} arrangement).}
\begin{CCTKFunc}{CCTK\_CoordSystemDim}%%%
{Give the dimension for a given coordinate system.
-\textbf{All the \texttt{CCTI\_Coord*} APIs are deprecated,
+\textbf{All the \texttt{CCTK\_Coord*} APIs are deprecated,
and will probably be phased out fairly soon.
New code should use the APIs provided by the \texttt{CoordBase} thorn
instead (this lives in the \texttt{CactusBase} arrangement).}
@@ -1972,7 +1972,7 @@ instead (this lives in the \texttt{CactusBase} arrangement).}
\begin{CCTKFunc}{CCTK\_CoordSystemHandle}%%%
{Returns the handle associated with a registered coordinate system.
-\textbf{All the \texttt{CCTI\_Coord*} APIs are deprecated,
+\textbf{All the \texttt{CCTK\_Coord*} APIs are deprecated,
and will probably be phased out fairly soon.
New code should use the APIs provided by the \texttt{CoordBase} thorn
instead (this lives in the \texttt{CactusBase} arrangement).}
@@ -2008,7 +2008,7 @@ A negative return code indicates an invalid coordinate system name.
\begin{CCTKFunc}{CCTK\_CoordSystemName}%%%
{Returns the name of a registered coordinate system.
-\textbf{All the \texttt{CCTI\_Coord*} APIs are deprecated,
+\textbf{All the \texttt{CCTK\_Coord*} APIs are deprecated,
and will probably be phased out fairly soon.
New code should use the APIs provided by the \texttt{CoordBase} thorn
instead (this lives in the \texttt{CactusBase} arrangement).}