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 46b9d22 commit fbe9daeCopy full SHA for fbe9dae
redev.cpp
@@ -27,7 +27,7 @@ namespace {
27
std::this_thread::sleep_for(std::chrono::seconds(2));
28
}
29
30
-// Testint the CI
+
31
namespace redev {
32
33
//TODO consider moving the ClassPtn source to another file
@@ -264,9 +264,9 @@ namespace redev {
264
ranksVar.SetBlockSelection(blocksInfo[0].BlockID);
265
eng.Get(ranksVar, ranks);
266
267
- blocksInfo = eng.BlocksInfo(cutsVar,step);
268
- assert(blocksInfo.size()==1);
269
- cutsVar.SetBlockSelection(blocksInfo[0].BlockID);
+ auto blockscutsInfo = eng.BlocksInfo(cutsVar,step);
+ assert(blockscutsInfo.size()==1);
+ cutsVar.SetBlockSelection(blockscutsInfo[0].BlockID);
270
eng.Get(cutsVar, cuts);
271
272
eng.Get(dimVar, dim);
0 commit comments