Changeset 1010:36fa2fee7144 in lemon-main
- Timestamp:
 - 11/28/12 12:05:27 (13 years ago)
 - Branch:
 - default
 - Parents:
 - 1006:764826c6e2b4 (diff), 1009:a26b90a17c81 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
 - public
 - Files:
 - 
          
- 2 edited
 
- 
          lemon/concepts/graph_components.h (modified) (1 diff)
 - 
          test/dfs_test.cc (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
lemon/concepts/graph_components.h
r1000 r1010 109 109 110 110 bool b; 111 ignore_unused_variable_warning(b); 112 111 113 b = (ia == ib) && (ia != ib); 112 114 b = (ia == INVALID) && (ib != INVALID);  - 
        
test/dfs_test.cc
r966 r1010 68 68 int l, i; 69 69 bool b; 70 ignore_unused_variable_warning(l,i,b); 71 70 72 DType::DistMap d(G); 71 73 DType::PredMap p(G); … … 152 154 Digraph g; 153 155 bool b; 156 ignore_unused_variable_warning(b); 157 154 158 dfs(g).run(Node()); 155 159 b=dfs(g).run(Node(),Node());  
Note: See TracChangeset
          for help on using the changeset viewer.
      
