diff options
-rw-r--r-- | xmds2/TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |