File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -633,8 +633,8 @@ class Connections : public Serializable
633633 // Extra bookkeeping for faster computing of segment activity.
634634 std::unordered_map<CellIdx, std::vector<Synapse>> potentialSynapsesForPresynapticCell_;
635635 std::unordered_map<CellIdx, std::vector<Synapse>> connectedSynapsesForPresynapticCell_;
636- std::unordered_map <CellIdx, std::vector<Segment>> potentialSegmentsForPresynapticCell_;
637- std::unordered_map <CellIdx, std::vector<Segment>> connectedSegmentsForPresynapticCell_;
636+ std::map <CellIdx, std::vector<Segment>> potentialSegmentsForPresynapticCell_;
637+ std::map <CellIdx, std::vector<Segment>> connectedSegmentsForPresynapticCell_;
638638
639639 std::vector<Segment> segmentOrdinals_;
640640 std::vector<Synapse> synapseOrdinals_;
You can’t perform that action at this time.
0 commit comments