Merge commit 'faa792ee53bdd89e7ee3e6b3175d1d09dc13eecd'

This commit is contained in:
Scott R Charlton 2018-08-22 16:44:31 -06:00
commit 695ae59b3d

View File

@ -1,4 +1,19 @@
Version @PHREEQC_VER@: @PHREEQC_DATE@
-----------------
August 22, 2018
-----------------
PHREEQC: Completed an "operator =" method for the C++ class Phreeqc. In
C++ programming, it is now possible to set new_phreeqc = old_phreeqc,
where all definitions and variables of old_phreeqc are copied to the
new_phreeqc instance.
-----------------
August 22, 2018
-----------------
PHREEQC: Increased the number of iterations (100000) allowed for the solver in
INVERSE_MODELING calculations. Should rarely need this many iterations.
-----------------
July 17, 2018