mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Squashed 'src/' changes from 6beb009a..15e9e21c
15e9e21c Merge commit '37a63bcf44e319cea0465322ac36fd73beed6769' 37a63bcf Squashed 'phreeqcpp/' changes from 7cda4a7..ba27ef1 git-subtree-dir: src git-subtree-split: 15e9e21c6b32a615d6385b10e654a5f3ca999b5d
This commit is contained in:
parent
03171b2d91
commit
937409a9e6
@ -2751,6 +2751,8 @@ diffuse_implicit(LDBLE DDt, int stagnant)
|
||||
|
||||
std::map<int, std::map<std::string, class J_ij_save> >::iterator
|
||||
cell_iter = cell_J_ij.find(i);
|
||||
if (cell_iter == cell_J_ij.end())
|
||||
continue;
|
||||
std::map< std::string, class J_ij_save >::iterator
|
||||
s_iter = cell_iter->second.find(sol_D[1].spec[cp].name);
|
||||
s_iter->second.flux_c = ct[i].J_ij[cp].tot1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user