summaryrefslogtreecommitdiff
path: root/xmds2
diff options
context:
space:
mode:
Diffstat (limited to 'xmds2')
-rw-r--r--xmds2/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/xmds2/TODO b/xmds2/TODO
new file mode 100644
index 0000000..daee897
--- /dev/null
+++ b/xmds2/TODO
@@ -0,0 +1,8 @@
+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.
+
+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.
+