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:
David L Parkhurst 2014-06-03 19:04:46 +00:00
parent aa40f2e705
commit 1c49558308

View File

@ -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();