aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-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