Changeset 885:1f2a734581f8 in lemon-main
- Timestamp:
 - 04/11/10 22:28:42 (16 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - File:
 - 
          
- 1 edited
 
- 
          lemon/bits/path_dump.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
lemon/bits/path_dump.h
r209 r885 47 47 48 48 bool empty() const { 49 return predMap[target] != INVALID;49 return predMap[target] == INVALID; 50 50 } 51 51  
Note: See TracChangeset
          for help on using the changeset viewer.
      
