aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-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.