gravatar
deba@inf.elte.hu
deba@inf.elte.hu
Fix PredMatrixMapPath::empty() (#366)
0 1 0
default
1 file changed with 1 insertions and 1 deletions:
↑ Collapse diff ↑
Ignore white space 4 line context
... ...
@@ -121,5 +121,5 @@
121 121

	
122 122
    bool empty() const {
123
      return source != target;
123
      return predMatrixMap(source, target) == INVALID;
124 124
    }
125 125

	
0 comments (0 inline)