From 94eb84b73e3a2e90000da5fff2ae83bcc09411c4 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Thu, 12 Jan 2012 10:12:23 -0500 Subject: Added TODO for xmds --- xmds2/TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xmds2/TODO (limited to 'xmds2') 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. + -- cgit v1.2.3