Skip to content

Commit cb652a5

Browse files
author
Gangwar
committed
fix_rcbptn_dim
1 parent 8021990 commit cb652a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redev.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ namespace redev {
264264
ranksVar.SetBlockSelection(blocksInfo[0].BlockID);
265265
eng.Get(ranksVar, ranks);
266266

267-
blocksInfo = eng.BlocksInfo(dimVar,step);
267+
blocksInfo = eng.BlocksInfo(cutsVar,step);
268268
assert(blocksInfo.size()==1);
269269
cutsVar.SetBlockSelection(blocksInfo[0].BlockID);
270270
eng.Get(cutsVar, cuts);

0 commit comments

Comments
 (0)