COIN-OR::LEMON - Graph Library

Changeset 826:056fbb112b30 in lemon-0.x for src/test


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

Spell checking (Ereasable ->Erasable), affected also the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/graph_test.cc

    r800 r826  
    5959(skeleton::GraphSkeleton &);
    6060
    61 template void checkCompileErasableGraph<skeleton::EraseableGraphSkeleton>
    62 (skeleton::EraseableGraphSkeleton &);
     61template void checkCompileErasableGraph<skeleton::ErasableGraphSkeleton>
     62(skeleton::ErasableGraphSkeleton &);
    6363
    6464//Compile SmartGraph
Note: See TracChangeset for help on using the changeset viewer.