Merge commit '1e4a2941b3b1d0cecacd0bba8c0252b87e74dca8'

This commit is contained in:
Scott R Charlton 2019-01-30 21:34:42 -07:00
commit 978e9a30ee

View File

@ -1312,11 +1312,11 @@ set_and_run_wrapper(int i, int use_mix, int use_kinetics, int nsaver,
{
diagonal_scale = TRUE;
always_full_pitzer = FALSE;
max_try = 15;
max_try = 14;
}
else
{
max_try = 15;
max_try = 14;
}
max_try = (max_tries < max_try) ? max_tries : max_try;
/*max_try = 1; */
@ -1511,7 +1511,6 @@ restart:
}
if (j == 14)
{
//continue;
cxxStorageBin error_bin;
Use2cxxStorageBin(error_bin);
std::ostringstream error_input;