COIN-OR::LEMON - Graph Library

Changeset 403:4ade9002b3a4 in lemon-0.x


Ignore:
Timestamp:
04/26/04 00:29:27 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@534
Message:

Try to compile before commit, please.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/skeletons/graph.h

    r321 r403  
    363363
    364364    /// Defalult constructor.
    365     GraphSkeleton() {}
     365    EraseableGraphSkeleton() {}
    366366    ///Copy consructor.
    367     GraphSkeleton(const GraphSkeleton &G) {}
     367    EraseableGraphSkeleton(const GraphSkeleton &G) {}
    368368  };
    369369
Note: See TracChangeset for help on using the changeset viewer.