From 3a0292c6956e0bb4d9bf1e9b4bed9831ac517d39 Mon Sep 17 00:00:00 2001 From: David Parkhurst Date: Thu, 23 Aug 2018 16:37:14 -0600 Subject: [PATCH] revised lists to be cumulative for eq, gas, kin, ss --- phreeqcpp/transport.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phreeqcpp/transport.cpp b/phreeqcpp/transport.cpp index 837c772e..eadcbac7 100644 --- a/phreeqcpp/transport.cpp +++ b/phreeqcpp/transport.cpp @@ -3074,8 +3074,8 @@ find_J(int icell, int jcell, LDBLE mixf, LDBLE DDt, int stagnant) if (dV_dcell) { - if (transport_step >= 100) - /* icell = icell */; + //if (transport_step >= 100) + // /* icell = icell */; current_cells[icell].ele = current_cells[icell].dif = 0; dum = dV_dcell * F_Re3 / tk_x2; for (i = 0; i < ct[icell].J_ij_count_spec; i++)