COIN-OR::LEMON - Graph Library

Changeset 1613:cd237f1936f8 in lemon-0.x for lemon/bits/array_map.h


Ignore:
Timestamp:
08/03/05 21:10:12 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2119
Message:

Bugfix due to Gabor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/array_map.h

    r1587 r1613  
    9797    /// Constructor to copy a map of the same map type.
    9898     
    99     ArrayMap(const ArrayMap& copy) : Parent() {
     99    ArrayMap(const ArrayMap& copy) : Parent(), graph(copy.graph) {
    100100      if (copy.attached()) {
    101101        attach(*copy.getRegistry());
Note: See TracChangeset for help on using the changeset viewer.