From faa792ee53bdd89e7ee3e6b3175d1d09dc13eecd Mon Sep 17 00:00:00 2001 From: David Parkhurst Date: Wed, 22 Aug 2018 10:57:21 -0600 Subject: [PATCH] added new features, inverse and copy --- RELEASE.TXT | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASE.TXT b/RELEASE.TXT index ee124233..7d9c6398 100644 --- a/RELEASE.TXT +++ b/RELEASE.TXT @@ -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