Changes between Version 1 and Version 2 of HotFixes_17
- Timestamp:
- 2017-08-15T11:50:48Z (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HotFixes_17
v1 v2 2 2 3 3 == C17.00 == 4 * none5 4 6 2017 May 14 5 Some models may abort due to negative level populations in the species solvers for extreme cases. [http://data.nublado.org/cloudy_releases/c17/1700_NegPops.diff.gz This patch] will allow negative 6 level populations during search phase, and will exit with a more helpful comment if the kinetic temperature is not within the bounds of the code. 7 Place the patch in the source directory, uncompress it, and apply it with the command 8 {{{ 9 patch -i 1700_NegPops.diff 10 }}} 11 12 2017 Aug 15 7 13 8 14 -----------