COIN-OR::LEMON - Graph Library

Changeset 1068:756022ac1674 in lemon-main for test


Ignore:
Timestamp:
07/30/13 15:03:53 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1069:d1a48668ddb4, 1072:0e30f63d45d0, 1077:6039b32a2351
Phase:
public
Message:

Suppress 'unused local typedefs' warnings, and resolve others (#470)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/lp_test.cc

    r988 r1064  
    241241  {
    242242    LP::DualExpr e,f,g;
    243     LP::Row p1 = INVALID, p2 = INVALID, p3 = INVALID,
    244       p4 = INVALID, p5 = INVALID;
     243    LP::Row p1 = INVALID, p2 = INVALID;
    245244
    246245    e[p1]=2;
Note: See TracChangeset for help on using the changeset viewer.