We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8021990 commit cb652a5Copy full SHA for cb652a5
redev.cpp
@@ -264,7 +264,7 @@ namespace redev {
264
ranksVar.SetBlockSelection(blocksInfo[0].BlockID);
265
eng.Get(ranksVar, ranks);
266
267
- blocksInfo = eng.BlocksInfo(dimVar,step);
+ blocksInfo = eng.BlocksInfo(cutsVar,step);
268
assert(blocksInfo.size()==1);
269
cutsVar.SetBlockSelection(blocksInfo[0].BlockID);
270
eng.Get(cutsVar, cuts);
0 commit comments