COIN-OR::LEMON - Graph Library

Changeset 959:c80ef5912903 in lemon-0.x for src/test/sym_graph_test.h


Ignore:
Timestamp:
11/04/04 21:24:59 (19 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1342
Message:

skeleton(s) -> concept renaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/sym_graph_test.h

    r938 r959  
    2828  /// \e
    2929
    30   /// \todo This should go to lemon/skeleton/symgraph.h
     30  /// \todo This should go to lemon/concept/symgraph.h
    3131  ///
    3232  template<class Graph> void checkCompileStaticSymGraph(Graph &G)
     
    4141      typedef typename Graph::OutEdgeIt OutEdgeIt;
    4242
    43       lemon::skeleton::checkCompileStaticGraph(G);
     43      lemon::concept::checkCompileStaticGraph(G);
    4444 
    4545      {
     
    158158    {
    159159      checkCompileSymGraph(G);
    160       lemon::skeleton::checkCompileGraphEraseNode(G);
     160      lemon::concept::checkCompileGraphEraseNode(G);
    161161      checkCompileSymGraphEraseSymEdge(G);
    162162    }
Note: See TracChangeset for help on using the changeset viewer.