Skip to content

Commit

Permalink
Fixing bug in conf.R
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed Feb 22, 2024
1 parent 9404aca commit a7b4dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf.R
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ NodeTypes = rbind(NodeTypes,data.frame(
max=ZoneMax,
bits=ZoneBits,
capacity=ZoneMax,
mask=(ZoneMax-1)*NodeShift,
mask=(ZoneMax)*NodeShift,
shift=NodeShiftNum,
groupIndex = "NODE_SETTINGZONE",
save = TRUE
Expand Down

0 comments on commit a7b4dba

Please sign in to comment.