diff --git a/arbor/fvm_lowered_cell_impl.hpp b/arbor/fvm_lowered_cell_impl.hpp index f7e70f86f4c2e0e1b4a84c25a1b1e79a2a6c6caf..b8dc2f5a14fa688ebd12f8c67633aa1bd34628a6 100644 --- a/arbor/fvm_lowered_cell_impl.hpp +++ b/arbor/fvm_lowered_cell_impl.hpp @@ -216,11 +216,9 @@ fvm_integration_result fvm_lowered_cell_impl<Backend>::integrate( while (remaining_steps) { // Update any required reversal potentials based on ionic concs. - PE(advance_update_revpot) for (auto& m: revpot_mechanisms_) { m->nrn_current(); } - PL(); // Deliver events and accumulate mechanism current contributions.