slight changes to Release.txt

This commit is contained in:
David Parkhurst 2024-11-16 14:41:37 -07:00
parent ef355d8376
commit fd438d3e1f

View File

@ -2,10 +2,10 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@
-----------------
November 15, 2024
-----------------
PhreeqcRM: Fixed a bug when the diffuse-layer was lost in a PhreeqcRM calculation
PhreeqcRM: Fixed a bug when the diffuse-layer disappeared in a PhreeqcRM calculation
with a Runge-Kutta integration and the rate went to zero. The error produced charge
imbalance because the surface transformed to a no-EDL surface; charge accumulated
on the surface was balance by a charge imbalance in the solution.
on the surface and was balanced by an opposite charge imbalance in the solution.
-----------------
November 13, 2024
@ -36,8 +36,8 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@
-----------------
November 7, 2024
-----------------
PhreeqcRM: Fixed a bug when multiple PhreeqcRM instances were created with
debug compilation. Some debugging code caused a failure if the instances did
PhreeqcRM: Fixed a bug when multiple PhreeqcRM instances were created in Fortran
with debug compilation. Some debugging code caused a failure if the instances did
not have the same number of cells.
-----------------