summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmds2/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/xmds2/TODO b/xmds2/TODO
index daee897..c152093 100644
--- a/xmds2/TODO
+++ b/xmds2/TODO
@@ -1,4 +1,6 @@
-Fix Ndens argument treatment: Right now code is oblivius to --Ndens
+- TODO Fix Ndens argument treatment:
+
+Right now code is oblivius to --Ndens
parameter, since eta ~1/Ndens sits in global parameter section and already
defined. So it is not recalculated after the parameter assignment.
@@ -6,3 +8,7 @@ Ugly hack would be to make variable eta_times_Ndens instead of eta, and
recalculate eta=eta_times_Ndens/Ndens in the ODE part around where it
needed. It will have performance penalty but probably not too large.
+
+- TODO Fix Temperature argument treatment:
+
+Same problem as above