Changes in test/circulation_test.cc [797:c18ed26f016c:808:bdfc038f364c] in lemon-1.1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/circulation_test.cc
r797 r808 74 74 VType v; 75 75 bool b; 76 ignore_unused_variable_warning(v,b);76 ::lemon::ignore_unused_variable_warning(v,b); 77 77 78 78 typedef Circulation<Digraph, CapMap, CapMap, SupplyMap> … … 100 100 const_circ_test.barrierMap(bar); 101 101 102 ignore_unused_variable_warning(fm);102 ::lemon::ignore_unused_variable_warning(fm); 103 103 } 104 104
Note: See TracChangeset
for help on using the changeset viewer.