Skip to content

Commit

Permalink
is_better called by node
Browse files Browse the repository at this point in the history
  • Loading branch information
nirlipo committed Jul 3, 2017
1 parent 993ca69 commit 5e0b534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/agnostic/novelty_partition.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ protected:
}

inline bool is_better( Search_Node* n,const Search_Node* new_n ) const {
return false;
//return new_n->is_better( n );
//return false;
return new_n->is_better( n );
}


Expand Down

0 comments on commit 5e0b534

Please sign in to comment.