From 500a3129509cbfa389bcea26c420892642c8943c Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 13 Oct 2003 19:53:55 +0000 Subject: 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 --- doc/documentation.tex | 4 ++-- 1 file 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. -- cgit v1.2.3