Skip to content

Commit a7b4dba

Browse files
committed
Fixing bug in conf.R
1 parent 9404aca commit a7b4dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ NodeTypes = rbind(NodeTypes,data.frame(
598598
max=ZoneMax,
599599
bits=ZoneBits,
600600
capacity=ZoneMax,
601-
mask=(ZoneMax-1)*NodeShift,
601+
mask=(ZoneMax)*NodeShift,
602602
shift=NodeShiftNum,
603603
groupIndex = "NODE_SETTINGZONE",
604604
save = TRUE

0 commit comments

Comments
 (0)