fix parameter in function call

This commit is contained in:
danielque
2017-08-28 15:30:51 +02:00
parent 68d9035225
commit 1b9f7020ac

View File

@ -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_