COIN-OR::LEMON - Graph Library

Changeset 1757:bd4199049036 in lemon-0.x for lemon/matrix_maps.h


Ignore:
Timestamp:
11/02/05 17:43:18 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2289
Message:

Spellcheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/matrix_maps.h

    r1751 r1757  
    202202  /// \brief Container for store values for each ordered pair of graph items
    203203  ///
    204   /// This data structure can strore for each pairs of the same item
     204  /// This data structure can strore for each pair of the same item
    205205  /// type a value. It increase the size of the container when the
    206206  /// associated graph modified, so it updated automaticly whenever
     
    313313  /// \brief Container for store values for each unordered pair of graph items
    314314  ///
    315   /// This data structure can strore for each pairs of the same item
     315  /// This data structure can strore for each pair of the same item
    316316  /// type a value. It increase the size of the container when the
    317317  /// associated graph modified, so it updated automaticly whenever
Note: See TracChangeset for help on using the changeset viewer.