Skip to content

Commit

Permalink
Correct domain size
Browse files Browse the repository at this point in the history
  • Loading branch information
RipplB committed Oct 12, 2023
1 parent d69d52b commit 34b7f87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ public String toString() {

@Override
public DomainSize getDomainSize() {
return DomainSize.ONE;
return DomainSize.INFINITY;
}
}

0 comments on commit 34b7f87

Please sign in to comment.