Merge commit '5b3379b947de79f9182a880a74500f50dc234f54'

This commit is contained in:
Scott R Charlton 2019-06-18 18:29:56 -06:00
commit 055c882d64

View File

@ -2376,6 +2376,7 @@ Phreeqc::InternalCopy(const Phreeqc *pSrc)
{
struct rate *rate_new = rate_copy(it->second.Get_rate());
it->second.Set_rate(rate_new);
it->second.Set_PhreeqcPtr(this);
}
}