Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-hauns committed Apr 26, 2024
1 parent bbfe687 commit 51ebfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Indexing/ResultSubstitution.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class ResultSubstitution
}

virtual TermList applyToBoundResult(unsigned v)
{ return applyToResult(TermList(v,false)); }
{ return applyToResult(TermList::var(v)); }

/**
* Apply substitution to result term that fulfills the condition,
Expand Down

0 comments on commit 51ebfad

Please sign in to comment.