We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db2262c + 22c5853 commit d046149Copy full SHA for d046149
src/DEM/DEMBase.cc
@@ -266,6 +266,7 @@ initializeProblemStartup(DataBase<Dimension>& dataBase) {
266
boundItr != this->boundaryEnd();
267
++boundItr){
268
(*boundItr)->applyFieldListGhostBoundary(particleRadius);
269
+ (*boundItr)->applyFieldListGhostBoundary(uniqueIndex);
270
(*boundItr)->applyFieldListGhostBoundary(particleIndex);
271
}
272
for (ConstBoundaryIterator boundaryItr = this->boundaryBegin();
0 commit comments