COIN-OR::LEMON - Graph Library

Changeset 880:9d0bfd35b97c in lemon-0.x for src/test/graph_test.cc


Ignore:
Timestamp:
09/17/04 17:51:50 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1188
Message:
  • Name changing: XYZGraphSkeleton -> XYZGraph
  • Fix some bad \ref's in the doc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/graph_test.cc

    r873 r880  
    5252}
    5353
    54 //Compile GraphSkeleton
    55 template void hugo::checkCompileStaticGraph<skeleton::StaticGraphSkeleton>
    56 (skeleton::StaticGraphSkeleton &);
     54//Compile Graph
     55template void hugo::checkCompileStaticGraph<skeleton::StaticGraph>
     56(skeleton::StaticGraph &);
    5757
    58 template void hugo::checkCompileGraph<skeleton::ExtendableGraphSkeleton>
    59 (skeleton::ExtendableGraphSkeleton &);
     58template void hugo::checkCompileGraph<skeleton::ExtendableGraph>
     59(skeleton::ExtendableGraph &);
    6060
    61 template void hugo::checkCompileErasableGraph<skeleton::ErasableGraphSkeleton>
    62 (skeleton::ErasableGraphSkeleton &);
     61template void hugo::checkCompileErasableGraph<skeleton::ErasableGraph>
     62(skeleton::ErasableGraph &);
    6363
    6464//Compile SmartGraph
Note: See TracChangeset for help on using the changeset viewer.