mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
For concrete, this is correct. For phreeqc-trunk without the new transport changes, previous is needed.
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/branches/concrete@10807 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
8152581920
commit
2a9ab26516
@ -792,8 +792,8 @@ read_transport(void)
|
||||
error_string = sformatf(
|
||||
"No porosities were read; used the minimal value %8.2e from -multi_D.", multi_Dpor);
|
||||
warning_msg(error_string);
|
||||
//for (i = old_cells + 1; i < all_cells; i++)
|
||||
for (i = old_cells; i < all_cells; i++)
|
||||
for (i = old_cells + 1; i < all_cells; i++)
|
||||
//for (i = old_cells; i < all_cells; i++)
|
||||
cell_data[i].por = multi_Dpor;
|
||||
}
|
||||
}
|
||||
@ -897,7 +897,7 @@ read_transport(void)
|
||||
else if (simul_tr == 1)
|
||||
for (i = 1; i < all_cells; i++)
|
||||
cell_data[i].print = TRUE;
|
||||
/*
|
||||
/*
|
||||
* Calculate dump_modulus
|
||||
*/
|
||||
if (dump_in == TRUE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user