aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>1999-10-21 08:51:06 +0000
committerallen <allen@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>1999-10-21 08:51:06 +0000
commit39195382ca9d049d040bebf3dca239b12c2e35e1 (patch)
tree33b457d8acd7b5dd0815c96d3d1afa13ef68398e
parent666f5badbd058d1174eadb2f61dfba19cee84124 (diff)
Changed the EXTENDS to USES since it confuses some people (although
up to now they are still doing the same thing) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@34 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 68cc4e5..4b03c30 100644
--- a/param.ccl
+++ b/param.ccl
@@ -8,11 +8,11 @@ EXTENDS KEYWORD initial_data ""
"planewaves" :: "linear waves initial data- plane waves"
}
-EXTENDS BOOLEAN use_conformal ""
+USES BOOLEAN use_conformal ""
{
}
-EXTENDS BOOLEAN use_conformal_derivs ""
+USES BOOLEAN use_conformal_derivs ""
{
}