From c02711b0b292abdb319857a53682e536a7e7bf71 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 1 Sep 2003 09:03:28 +0000 Subject: 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 --- doc/documentation.tex | 4 ++-- 1 file 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||\\ 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//\\ -- cgit v1.2.3