aboutsummaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2003-06-02 11:04:39 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2003-06-02 11:04:39 +0000
commitc77a11dd63f072fd75cae36c32f3fbe66c644d2e (patch)
tree462a5622349ad91ab4135667237b8f05a09f4e23 /archive
parentd80299e224539e880d47a6c50038c2958e5dc99a (diff)
C This metric doesn't work. The argument rama is the R(t) in the
C Robertson-Walker metric, and if this is passed correctly then this C subroutine computes the correct metric. But the rest of this thorn C doesn't know to pass this value. :( :( See Mitica's Cosmo thorn C for a better way to get this metric. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@175 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'archive')
-rw-r--r--archive/Robertson_Walker.F777
1 files changed, 7 insertions, 0 deletions
diff --git a/archive/Robertson_Walker.F77 b/archive/Robertson_Walker.F77
index 35a0354..e2a5a7a 100644
--- a/archive/Robertson_Walker.F77
+++ b/archive/Robertson_Walker.F77
@@ -6,6 +6,13 @@ C Author : D. Vulcanov (Timisoara, Romania)
C see ../../README for copyright & licensing info
C
C $Header$
+C
+C FIXME:
+C This metric doesn't work. The argument rama is the R(t) in the
+C Robertson-Walker metric, and if this is passed correctly then this
+C subroutine computes the correct metric. But the rest of this thorn
+C doesn't know to pass this value. :( :( See Mitica's Cosmo thorn
+C for a better way to get this metric.
#include "cctk.h"
#include "cctk_Parameters.h"