aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@a678b1cf-93e1-4b43-a69d-d43939e66649>2004-08-23 19:05:44 +0000
committerschnetter <schnetter@a678b1cf-93e1-4b43-a69d-d43939e66649>2004-08-23 19:05:44 +0000
commit7c131b2ddd9106f6327a664895c091831308b4b9 (patch)
tree60579cc2d11b01bb3c5ad78f11548795775b83b6
parentb6339d9cdb0f37e7b1cc471911b76d8720eb6102 (diff)
Correct the rho -> 0 limit for the metric.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@100 a678b1cf-93e1-4b43-a69d-d43939e66649
-rw-r--r--src/finishbrilldata.F6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/finishbrilldata.F b/src/finishbrilldata.F
index d2ecd1f..bb9db5a 100644
--- a/src/finishbrilldata.F
+++ b/src/finishbrilldata.F
@@ -74,9 +74,9 @@ c The individual coefficients can be read off as
c This fudge assumes that q = O(rho^2) near the axis. Which
c it should be, or the data will be singular.
- gxx(i,j,k) = zero
- gyy(i,j,k) = zero
- gzz(i,j,k) = zero
+ gxx(i,j,k) = one
+ gyy(i,j,k) = one
+ gzz(i,j,k) = one
gxy(i,j,k) = zero
end if