We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f84b7e + d2c357e commit 22c5853Copy full SHA for 22c5853
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