mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Revised error message to give solution number, mainsubs.cpp.
Don't call timing_barrier in phast_manager, time_parallel. Array to Concentrations2Solutions is nchem in size rather than nxyz in size. Modified: SetConcentrations Concentrations2Solutions Concentrations2SolutionsH2O Concentrations2SolutionsNoH2O git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@8775 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
aa40f2e705
commit
1c49558308
@ -643,7 +643,7 @@ initial_solutions(int print)
|
||||
|
||||
if (converge == ERROR || converge1 == ERROR)
|
||||
{
|
||||
error_msg("Model failed to converge for initial solution.",
|
||||
error_msg(sformatf("%s %d.", "Model failed to converge for initial solution ", solution_ref.Get_n_user()),
|
||||
STOP);
|
||||
}
|
||||
n_user = solution_ref.Get_n_user();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user