mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Merge commit '12df06b34cba4744a36bf519bb7298caf98a320a'
This commit is contained in:
commit
1eb3ed948a
@ -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