summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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