summaryrefslogtreecommitdiff
path: root/xmds2
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2012-01-12 10:12:23 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2012-01-12 10:12:23 -0500
commit94eb84b73e3a2e90000da5fff2ae83bcc09411c4 (patch)
tree4d361dcf69b6759ce62668001b23bc0f40ca912b /xmds2
parent05dabe9cd495a023d8c836e11c6011d8e43f78ac (diff)
downloadNresonances-94eb84b73e3a2e90000da5fff2ae83bcc09411c4.tar.gz
Nresonances-94eb84b73e3a2e90000da5fff2ae83bcc09411c4.zip
Added TODO for xmds
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.
+