Reading a dumped SURFACE was processed as a new surface, which caused a problem.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@9640 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2015-05-12 19:46:51 +00:00
parent 3e1e2bae17
commit b157d11a46

View File

@ -3808,6 +3808,7 @@ tidy_min_surface(void)
assert(false);
}
cxxSurface *surface_ptr = &(kit->second);
if (!surface_ptr->Get_new_def()) continue;
//if (!surface_ptr->Get_new_def())
// continue;
//if (surface_ptr->Get_n_user() < 0)