source/parse_commands.cpp:
- Bug-fix: Using DLAW command would lead to bogus error message that
"Hydrogen density MUST be specified."
- Bug-fix: The code would continue a model despite the fact that it
thought that no hydrogen density was entered.
- Bug-fix: When combining the DLAW command and a wind model, the
hydrogen density would be initialized after it was already used in
wind.emdot.
source/parse_hden.cpp:
source/parse_dlaw.cpp:
source/parse_fluc.cpp:
source/parse_globule.cpp:
- Make dense.gas_phase[ipHYDROGEN] linear immediately.
- Disallow multiple density commands in one script.
source/zero.cpp:
- Remove initialization of dense.gas_phase[ipHYDROGEN] to -99.
source/helike_einsta.cpp:
source/hydroeinsta.cpp:
- Fix: Replace NULL -> 0.f.
tsuite/slow/checkall.pl:
tsuite/auto/checkall.pl:
- Pick up DISASTER statements in output and include in serious.txt.
tsuite/auto/func_dlaw.in:
- Bug-fix: remove duplicate density statement.