summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-03-17 14:10:17 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-03-17 14:10:17 +0000
commitffe05f79676164a2434bfe87bd08f0c3d9d50d9d (patch)
tree5706a96b01adb1b375610d52f9175f3526cd45dd /doc/UsersGuide/ThornWriters.tex
parentd2e716093945dfe4fcbdcf9f6312be482da3fa12 (diff)
section B10.8 "Data Types and Sizes" (page B67)
* remove CCTK_CHAR from table listing all the Cactus data types git-svn-id: http://svn.cactuscode.org/flesh/trunk@4003 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index 8e1dd7c5..0094ade3 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -4217,14 +4217,13 @@ Data Type & Size (bytes) & Variable Type & Fortran Equivalent\\
{\t CCTK\_COMPLEX8} & 8 & {\t CCTK\_VARIABLE\_COMPLEX8} & {\t complex*8}\\
{\t CCTK\_COMPLEX16} & 16 & {\t CCTK\_VARIABLE\_COMPLEX16} & {\t complex*16}\\
{\t CCTK\_COMPLEX32} & 32 & {\t CCTK\_VARIABLE\_COMPLEX32} & {\t complex*32}\\
-{\t CCTK\_CHAR} & 1 & {\t CCTK\_VARIABLE\_CHAR} & {\t character} \\ \hline
\end{tabular}
\end{center}
The availability of these types, and the corresponding
C data types are platform-dependent. For each fixed-size data type there exists
a corresponding preprocessor macro {\t HAVE\_<data type>} which should be used
-to check whether the given CCTK data type is supported, eg.
+to check whether the given CCTK data type is supported, e.g.
\begin{verbatim}
/* declare variable with extended-precision complex data type if available