aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2003-08-22 20:56:08 +0000
committerrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2003-08-22 20:56:08 +0000
commitceeea059e17832467c9688b14ce226f8ab47e22b (patch)
tree4ee3191b513d60333a3ed452e094249ad3916674 /interface.ccl
parentd867c60478ca01d2b0c2ec3ee2bcc792f6447b0c (diff)
Update to use CoordBase. Registration of spher3d is deprecated.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@180 c78560ca-4b45-4335-b268-5f3340f3cb52
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 4185a2d..eaa3f22 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,8 +2,10 @@
# $Header$
implements: grid
+inherits: coordbase
INCLUDE HEADER: Symmetry.h in Symmetry.h
+uses include header: CoordBase.h
public:
@@ -15,4 +17,6 @@ REAL gridspacings type=SCALAR
REAL coordinates type=GF
{
x, y, z, r
+# will become:
+# coord_x, coord_y, coord_z
} "3D Cartesian grid coordinates"