aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
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