blob: c152093713983a0fb998cc8e949d69f8c26a616b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
- 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.
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
|