Skip to content

Commit fbe9dae

Browse files
author
Gangwar
committed
minor_fix
1 parent 46b9d22 commit fbe9dae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

redev.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace {
2727
std::this_thread::sleep_for(std::chrono::seconds(2));
2828
}
2929
}
30-
// Testint the CI
30+
3131
namespace redev {
3232

3333
//TODO consider moving the ClassPtn source to another file
@@ -264,9 +264,9 @@ namespace redev {
264264
ranksVar.SetBlockSelection(blocksInfo[0].BlockID);
265265
eng.Get(ranksVar, ranks);
266266

267-
blocksInfo = eng.BlocksInfo(cutsVar,step);
268-
assert(blocksInfo.size()==1);
269-
cutsVar.SetBlockSelection(blocksInfo[0].BlockID);
267+
auto blockscutsInfo = eng.BlocksInfo(cutsVar,step);
268+
assert(blockscutsInfo.size()==1);
269+
cutsVar.SetBlockSelection(blockscutsInfo[0].BlockID);
270270
eng.Get(cutsVar, cuts);
271271

272272
eng.Get(dimVar, dim);

0 commit comments

Comments
 (0)