aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@0337457d-221f-4ee6-a5f0-14255d5370d8>2003-09-01 09:03:28 +0000
committertradke <tradke@0337457d-221f-4ee6-a5f0-14255d5370d8>2003-09-01 09:03:28 +0000
commitc02711b0b292abdb319857a53682e536a7e7bf71 (patch)
tree778d3ed67da4c8224b46d5a349c3922e0a2ee2f5
parente690b9fc0c69f46fe2b35581bcd6018727de79a7 (diff)
Changed the datatype of the PHYSICALMIN/PHYSICALMAX options in coordinate tables
from REAL to INT. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@5 0337457d-221f-4ee6-a5f0-14255d5370d8
-rw-r--r--doc/documentation.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index dac8316..b289d1b 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -363,9 +363,9 @@ table, which should have the following entries:\beforetable
SYSTEM & CCTK\_INT & \verb|<handle>|\\
NAME & CCTK\_STRING & \code{x}\\
DIRECTION & CCTK\_INT & \code{2}\\
-PHYSICALMIN & CCTK\_REAL & \code{0.0}\\
+PHYSICALMIN & CCTK\_INT & \code{0}\\
COMPMIN & CCTK\_REAL & \\
-PHYSICALMAX & CCTK\_REAL & \\
+PHYSICALMAX & CCTK\_INT & \\
COMPMAX & CCTK\_REAL & \\
TYPE & CCTK\_STRING & \verb/uniform|non-uniform|warped/\\
TIMEDEPENDENT & CCTK\_INT & \verb/<yes (1)|no (0)>/\\