fix for portal mode

pull/1/head
Michael Peter Christen 13 years ago
parent 42e525ca9a
commit 877042a6b5

@ -45,8 +45,6 @@ public class Distribution {
* @param verticalPartitionExponent, the number of partitions should be computed with partitions = 2**n, n = scaling factor * @param verticalPartitionExponent, the number of partitions should be computed with partitions = 2**n, n = scaling factor
*/ */
public Distribution(int verticalPartitionExponent) { public Distribution(int verticalPartitionExponent) {
assert verticalPartitionExponent > 0;
// the partition exponent is the number of bits that we use for the partition // the partition exponent is the number of bits that we use for the partition
this.verticalPartitionExponent = verticalPartitionExponent; this.verticalPartitionExponent = verticalPartitionExponent;

Loading…
Cancel
Save