From 30f957f231bc891dadcd28bb30d660db98372272 Mon Sep 17 00:00:00 2001 From: rhaas Date: Wed, 18 Nov 2009 01:57:47 +0000 Subject: add tests using interger GFs, add test with stride==2 git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SlabTest/trunk@11 732e31d2-b375-409b-9bd3-699c3b2c9da5 --- interface.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 4660510..ebd35b1 100644 --- a/interface.ccl +++ b/interface.ccl @@ -14,6 +14,11 @@ CCTK_REAL gfs TYPE=gf gfx gfy gfz } "grid functions" +CCTK_INT igfs TYPE=gf +{ + igfx igfy igfz +} "integer grid functions" + CCTK_REAL a1s TYPE=array DIM=1 SIZE=10 { a1x a1y a1z -- cgit v1.2.3