COIN-OR::LEMON - Graph Library

Changeset 938:70e2886211d5 in lemon-0.x for src/test/sym_graph_test.h


Ignore:
Timestamp:
10/05/04 11:41:05 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1266
Message:

Many of ckeckCompileXYZ()'s are now in the corresponding skeleton headers.
(Tests for Symmetric Graphs are still to be moved)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/sym_graph_test.h

    r937 r938  
    2525//! \brief Some utility to test symmetric graph classes.
    2626namespace lemon {
     27 
     28  /// \e
    2729
     30  /// \todo This should go to lemon/skeleton/symgraph.h
     31  ///
    2832  template<class Graph> void checkCompileStaticSymGraph(Graph &G)
    2933    {
     
    3741      typedef typename Graph::OutEdgeIt OutEdgeIt;
    3842
    39       checkCompileStaticGraph(G);
     43      lemon::skeleton::checkCompileStaticGraph(G);
    4044 
    4145      {
     
    154158    {
    155159      checkCompileSymGraph(G);
    156       checkCompileGraphEraseNode(G);
     160      lemon::skeleton::checkCompileGraphEraseNode(G);
    157161      checkCompileSymGraphEraseSymEdge(G);
    158162    }
Note: See TracChangeset for help on using the changeset viewer.