Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Homology/HomologyContainer.hpp

    r707a2b ra2a2f7  
    181181  void clear();
    182182
    183   /** Returns the number of keys in the container.
    184    *
    185    * \return size of internal container
    186    */
    187   const size_t size()
    188   { return container.size(); }
    189 
    190183private:
    191184  //!> multimap containing all homologous graph under same key but each with its value
Note: See TracChangeset for help on using the changeset viewer.