Changeset 1530


Ignore:
Timestamp:
Sep 24, 2008, 6:50:19 PM (15 years ago)
Author:
Peter
Message:

removing const in value_type - refs #444

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/MatrixLookup.h

    r1528 r1530  
    7373  public:
    7474    /// 'Read Only' iterator
    75     typedef utility::Container2DIterator<const MatrixLookup, const double,
     75    typedef utility::Container2DIterator<const MatrixLookup, double,
    7676                                         void, const double>
    7777    const_iterator;
Note: See TracChangeset for help on using the changeset viewer.