aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2009-07-15 21:08:52 +0000
committerschnetter <schnetter@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2009-07-15 21:08:52 +0000
commitc2052f3353f5b41bc7288313cf70a3b8fed659ae (patch)
tree955553d8ef162d4e51d2a95e89f5fa19db80d974
parent87193e6ed5c6c2c05fd7f546813709c2851e6bdc (diff)
Correct description of return valuesHEADmaster
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@64 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
-rw-r--r--doc/documentation.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index c616bbd..7a137f9 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -206,7 +206,8 @@ 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
location of $1$s indicates the bits which have been allocated to the
-given type. A return value of $0$ indicates that the bitmask could
+given type. A return value of $0$ (GetTypeBits) or $-1$ (GetStateBits)
+indicates that the bitmask could
not be determined for some reason (for example, the requested state
was not previously registered).