aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-10-13 19:53:55 +0000
committerschnetter <schnetter@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-10-13 19:53:55 +0000
commit500a3129509cbfa389bcea26c420892642c8943c (patch)
tree944337c4a2a247de7d2d8bb9f46e2d69be45fee3
parent506aac98676192c7e6903b1185e38a426ca105fc (diff)
Include cctk_Faces.h automatically when "cctk.h" is included, for both
Fortran and C. Also fix a bug in cctk_Faces.h, which used the non-existing macro CCTK_INTEGER_PRECISION. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@250 6a38eb6e-646e-4a02-a296-d141613ad6c4
-rw-r--r--doc/documentation.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 51ebda7..63deb61 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -288,8 +288,8 @@ $n$-dimensional `rectangle', which has $2n$ $n-1$ dimensional faces. (Usually $
is three.) Each of these $2n$ faces is assigned a specific bit in a
word, so that arbitrary subsets can be compactly expressed as a
bitwise-or of these individual bits. Macros defining this mapping of
-subsets to bits will be provided in the include file
-\texttt{cctk\_Faces.h}. For the moment there is only
+subsets to bits will be provided.
+For the moment there is only
\texttt{CCTK\_ALL\_FACES}, which corresponds to the set of all faces
of the domain. If you need face specific calls immediately, please
use the old interface for now.