aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@732e31d2-b375-409b-9bd3-699c3b2c9da5>2007-03-02 03:45:17 +0000
committerschnetter <schnetter@732e31d2-b375-409b-9bd3-699c3b2c9da5>2007-03-02 03:45:17 +0000
commitc93da26c550147a572395d6d349227b9b386e362 (patch)
tree64b8fd53ff1e1eed92a2b8f366857cdc14b85fe5 /interface.ccl
parentd9f78603f3f75eebc2227c174ca51eae07ddcf42 (diff)
Add a grid scalar to indicate success or failure of the self tests.
Add a test cases running the self test and using this variable as indicator. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SlabTest/trunk@10 732e31d2-b375-409b-9bd3-699c3b2c9da5
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index ac13f1e..4660510 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -28,3 +28,7 @@ CCTK_REAL a3s TYPE=array DIM=3 SIZE=10,10,10
{
a3x a3y a3z
} "3D grid arrays"
+
+
+
+CCTK_INT success "Indicate a successful test"