mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
correct BinaryColumn boolean combination indices
This commit is contained in:
@@ -109,7 +109,7 @@ public class BinaryColumn {
|
||||
if(that.data.length > index) {
|
||||
right = this.data[index];
|
||||
}
|
||||
next.data[i] = operator.apply(left, right);
|
||||
next.data[index] = operator.apply(left, right);
|
||||
}
|
||||
|
||||
return next;
|
||||
|
||||
Reference in New Issue
Block a user