aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-11-17 14:31:48 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-11-17 14:31:48 +0000
commit29426901fa6e767c85eaeb0aa6e59e7d4c9f582b (patch)
tree34e037201466bb765b05bfa6260c43bc056d7f61 /doc
parentb1df49b21220b7cf8996a77c3d42148d9f7c5a86 (diff)
add another TODO:
> Most of this thorn is C or Fortran 77. There are only a few Fortran 90 > files, and they're only used when computing initial data on an arbitrary > slice (as opposed to a t=constant slice). It would be nice if there > were a clean/simple way to optionally disable that code/functionality > so this thorn could be compiled on systems without a Fortran 90 compiler. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@133 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index a3d4d1d..53be0e1 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -55,3 +55,11 @@ Failing that, it could at least check if FishEye is active
----------------------------------------
It would be nice if Exact supported the "static conformal" metric type.
----------------------------------------
+
+Most of this thorn is C or Fortran 77. There are only a few Fortran 90
+files, and they're only used when computing initial data on an arbitrary
+slice (as opposed to a t=constant slice). It would be nice if there
+were a clean/simple way to optionally disable that code/functionality
+so this thorn could be compiled on systems without a Fortran 90 compiler.
+
+----------------------------------------