aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2005-10-17 10:23:48 +0000
committerschnetter <schnetter@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2005-10-17 10:23:48 +0000
commit2ba6a44b653e7d70d00273a237577cca19c87322 (patch)
tree086a30e429333cacc1fb1070aee06c89c1e494b1
parentce04b8009d21da5d6c5c7de1a9e73b342ab0565c (diff)
Remove description that is factually wrong.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/StaticConformal/trunk@32 0cbbb82d-14ec-4423-a1fb-2ab18257ecaa
-rw-r--r--doc/documentation.tex13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 6f74bdf..15a5183 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -126,19 +126,6 @@ end subroutine ConfToPhysInPlace
The {\tt StaticConformal} thorn itself does not calculate any conformal
factor, but does initialise the {\tt conformal\_state} variable to 0.
-Please note, no thorn should use the {\tt conformal\_state} variable
-unless the parameter {\tt metric\_type} is {\tt "static conformal"}.
-The {\tt conformal\_state} variable is not assigned storage or
-initialised by the {\tt StaticConformal} thorn in any other case.
-However, thorns are free to themselves assign storage for {\tt
-conformal\_state} and initialise it to zero if {\tt metric\_type} is
-{\tt physical}. In this one case it is safe for them to use the {\tt
-conformal\_state} variable if {\tt metric\_type} is not {\tt static
-conformal}. This method allows them to use just one set of ifs rather
-than first checking the {\tt metric\_type} and then the {\tt
-conformal\_state} variable if the {\tt metric\_type} is {\tt static
-conformal}.
-
% Do not delete next line
% END CACTUS THORNGUIDE