mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
Merge commit 'd57264d9733b6f5687d8b7d87f5e9a8aad7e7d71'
This commit is contained in:
commit
12df06b34c
@ -1321,7 +1321,7 @@ set_and_run_wrapper(int i, int use_mix, int use_kinetics, int nsaver,
|
||||
max_try = (max_tries < max_try) ? max_tries : max_try;
|
||||
/*max_try = 1; */
|
||||
|
||||
restart:
|
||||
//restart:
|
||||
for (j = 0; j < max_try; j++)
|
||||
{
|
||||
if (j == 1)
|
||||
@ -1511,6 +1511,8 @@ restart:
|
||||
}
|
||||
if (j == 14)
|
||||
{
|
||||
continue;
|
||||
/*
|
||||
cxxStorageBin error_bin;
|
||||
Use2cxxStorageBin(error_bin);
|
||||
std::ostringstream error_input;
|
||||
@ -1531,6 +1533,7 @@ restart:
|
||||
restart++;
|
||||
goto restart;
|
||||
}
|
||||
*/
|
||||
}
|
||||
set_and_run_attempt = j;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user