Ignore:
File:
1 edited

Legend:

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

    ra2a2f7 r707a2b  
    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
    183190private:
    184191  //!> multimap containing all homologous graph under same key but each with its value
Note: See TracChangeset for help on using the changeset viewer.