mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
fix parameter in function call
This commit is contained in:
@ -249,7 +249,7 @@ void IBVoidFraction::setvoidFraction(double** const& mask,double**& voidfraction
|
|||||||
label partCellId = particleCloud_.mesh().findNearestCell(particlePosList[iPeriodicImage]);
|
label partCellId = particleCloud_.mesh().findNearestCell(particlePosList[iPeriodicImage]);
|
||||||
particleLabelList.append(partCellId);
|
particleLabelList.append(partCellId);
|
||||||
|
|
||||||
buildLabelHashSet(radius, particlePosList[iPeriodicImage], particleLabelList[iPeriodicImage], hashSett, false);
|
buildLabelHashSet(index, particlePosList[iPeriodicImage], particleLabelList[iPeriodicImage], hashSett, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
} //end checkPeriodicCells_
|
} //end checkPeriodicCells_
|
||||||
|
|||||||
Reference in New Issue
Block a user