From d42c8e5371eca0c09e8982fdfedd4ad5c7a010eb Mon Sep 17 00:00:00 2001 From: Sam Yates <halfflat@gmail.com> Date: Wed, 28 Sep 2016 21:29:38 +0200 Subject: [PATCH] Remove commented out code. --- src/fvm_multicell.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/fvm_multicell.hpp b/src/fvm_multicell.hpp index 9e5fd060..09e55a19 100644 --- a/src/fvm_multicell.hpp +++ b/src/fvm_multicell.hpp @@ -391,13 +391,7 @@ void fvm_multicell<T, I>::initialize( auto& map_entry = syn_mech_map[syn_mech_index]; size_type syn_comp = comp_ival.first+find_compartment_index(syn.location, graph); -// size_type syn_index = map_entry.size(); map_entry.push_back(syn_comp); - -/* - *target_hi++ = target_handle{syn_mech_index, syn_index}; - ++targets_count; -*/ } // normalize capacitance across cell -- GitLab