Skip to content
  • vpalladi's avatar
    interface/triggerCell.hh method isNeighbour modified in order to handle the... · 50aa1d63
    vpalladi authored
    interface/triggerCell.hh method isNeighbour modified in order to handle the exception due to the std::map. Accessing an element using [] that does not exist generate a new element of the map, this was creating a memory leak. Using instead the at() method does not create new elements but rises exception. Try-catch construct has been used to avoid the problem.
    50aa1d63