aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-12-04 16:36:56 +0000
committerrideout <rideout@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-12-04 16:36:56 +0000
commit66fe3398c860c4ee61ecbe3074f01a2b80005937 (patch)
tree55f036b0254e631037727fd2051f19a8ae0ea201
parentd873921c856ad08f7dcb5c06599e64be2beb811a (diff)
Bitmask is returned as a CCTK_INT8 by GetTypeBits() and GetStateBits().
Fixes CactusEinstein/1327. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@18 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
-rw-r--r--doc/documentation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index a9666dd..df64445 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -180,7 +180,7 @@ CCTK\_INT8 SpaceMask\_GetStateBits(char* \emph{type\_name},
\end{description}
}}
-\noindent Each of these functions returns a CCTK\_INT which holds the
+\noindent Each of these functions returns a CCTK\_INT8 which holds the
bitmask corresponding to the given type or state. For example, if a
given type uses three bits of the mask, the returned value could be
the integer corresponding to the bitfield 001110000\ldots, where the