Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 23bfbfdd authored by BRAMAS Berenger's avatar BRAMAS Berenger
Browse files

Debug group algo

parent 7c26615e
Branches
Tags
No related merge requests found
...@@ -277,7 +277,7 @@ protected: ...@@ -277,7 +277,7 @@ protected:
while(iterParticles != endParticles && iterCells != endCells){ while(iterParticles != endParticles && iterCells != endCells){
{ // Can be a task(in:iterCells, inout:iterParticles) { // Can be a task(in:iterCells, inout:iterParticles)
const MortonIndex blockStartIdx = (*iterCells)->getStartingIndex(); const MortonIndex blockStartIdx = (*iterCells)->getStartingIndex();
const MortonIndex blockEndIdx = (*iterCells)->getStartingIndex(); const MortonIndex blockEndIdx = (*iterCells)->getEndingIndex();
for(MortonIndex mindex = blockStartIdx ; mindex < blockEndIdx ; ++mindex){ for(MortonIndex mindex = blockStartIdx ; mindex < blockEndIdx ; ++mindex){
CellClass* cell = (*iterCells)->getCell(mindex); CellClass* cell = (*iterCells)->getCell(mindex);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment