aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authormiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>1999-12-06 12:05:18 +0000
committermiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>1999-12-06 12:05:18 +0000
commitc0f79857005cd60aee50ff064de9806530f83416 (patch)
treec345b322ba03167986da9aeadcf9d71a87c2b64e /interface.ccl
parenta39efbae947b0d8956b69f0e2d4297c77b6c770d (diff)
Minor change
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@5 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl12
1 files changed, 8 insertions, 4 deletions
diff --git a/interface.ccl b/interface.ccl
index 64eacd0..0213624 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -12,16 +12,20 @@ real Exact_slice type=GF
slicey,
slicez,
slicet
-} "position of an arbitrary slice in exact solution spacetime"
+} "Position of an arbitrary slice in exact solution spacetime"
-real Exact_slicetemp type=GF
+real Exact_slicetemp1 type=GF
{
slicetmp1x,
slicetmp1y,
slicetmp1z,
- slicetmp1t,
+ slicetmp1t
+} "Temporary grid functions 1"
+
+real Exact_slicetemp2 type=GF
+{
slicetmp2x,
slicetmp2y,
slicetmp2z,
slicetmp2t
-} "Temporary grid functions" \ No newline at end of file
+} "Temporary grid functions 2" \ No newline at end of file