aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2004-05-14 13:56:34 +0000
committertradke <tradke@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2004-05-14 13:56:34 +0000
commite77bca8c7e2b8b271164a19d93723c46a047485a (patch)
tree3eb53ca0fba1fe6514b66009f7ec88da136ec929
parent6288b334312a2ebe7e1e121677b8d8c1b85caf8c (diff)
Use short form for definition of single-variable group 'local_spatial_order'
to get rid of a CST warning. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@71 b1d164ef-f17a-46e7-89d4-021c7118ef4e
-rw-r--r--interface.ccl5
1 files changed, 1 insertions, 4 deletions
diff --git a/interface.ccl b/interface.ccl
index cb35679..e22e269 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -5,7 +5,4 @@ implements: ADMMacros
public:
-int local_spatial_order type=SCALAR
-{
- local_spatial_order
-} "Can be set pointwise to change the macros"
+int local_spatial_order type=SCALAR "Can be set pointwise to change the macros"