COIN-OR::LEMON - Graph Library

Changeset 1909:2d806130e700 in lemon-0.x for test/path_test.cc


Ignore:
Timestamp:
01/26/06 16:42:13 (18 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2484
Message:

Undir -> U transition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/path_test.cc

    r1875 r1909  
    9090template void checkCompilePath< concept::Path<ListGraph> >(concept::Path<ListGraph> &);
    9191template void checkCompilePath< DirPath<ListGraph> >(DirPath<ListGraph> &);
    92 template void checkCompilePath< UndirPath<ListGraph> >(UndirPath<ListGraph> &);
     92template void checkCompilePath< UPath<ListGraph> >(UPath<ListGraph> &);
    9393
    9494int main()
Note: See TracChangeset for help on using the changeset viewer.