COIN-OR::LEMON - Graph Library

Changeset 2209:d3425607d41a in lemon-0.x for demo/hello_world.cc


Ignore:
Timestamp:
09/07/06 15:35:48 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2935
Message:

Resolve 'unused variable' warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/hello_world.cc

    r2195 r2209  
    3636
    3737
    38 int  main( int argc, char *argv[] )
     38int main()
    3939{
    4040  // Declare the graph itself and a NodeMap, witch will store the characters
Note: See TracChangeset for help on using the changeset viewer.