aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorschnetter <schnetter@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2002-11-07 22:45:04 +0000
committerschnetter <schnetter@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2002-11-07 22:45:04 +0000
commit62a2255f692f5ac599fee17e92e61ab1e2db5db3 (patch)
tree0bcc46ea42e7f92e2f8aad88b6896e1b728631fc /doc
parentf7d2ce223381f2ced2f6453a2478118690b7c0e7 (diff)
Removed the restriction that the slab types have to be CCTK_REAL.
Boy, is juggling Cactus, MPI, and C types a mess. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@12 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index c1709e0..27a0f0f 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -328,11 +328,11 @@ are not valid, but will correctly fill in the ghost zones in the
destination slab.
There are currently some restrictions, which can be remedied if the
-need arises: The datatype of the arrays must be CCTK\_REAL. The
-dimension must be 3 (lower dimensions can easily be padded). The
-communication schedule is set up for every slab transfer, which is
-expensive. The number of ghost zones along the lower and upper
-boundary is assumed to be the same. There is no Fortran interface.
+need arises: The dimension must be 3 (lower dimensions can easily be
+padded). The communication schedule is set up for every slab
+transfer, which is expensive. The number of ghost zones along the
+lower and upper boundary is assumed to be the same. There is no
+Fortran interface.
\end{Discussion}
\begin{SeeAlsoSection}