From 66fe3398c860c4ee61ecbe3074f01a2b80005937 Mon Sep 17 00:00:00 2001 From: rideout Date: Wed, 4 Dec 2002 16:36:56 +0000 Subject: 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 --- doc/documentation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3