Skip to content

Commit 22c5853

Browse files
authored
Merge pull request #307 from LLNL/bugfix/dem
DEM composite particle bugfix
2 parents 8f84b7e + d2c357e commit 22c5853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DEM/DEMBase.cc

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ initializeProblemStartup(DataBase<Dimension>& dataBase) {
266266
boundItr != this->boundaryEnd();
267267
++boundItr){
268268
(*boundItr)->applyFieldListGhostBoundary(particleRadius);
269+
(*boundItr)->applyFieldListGhostBoundary(uniqueIndex);
269270
(*boundItr)->applyFieldListGhostBoundary(particleIndex);
270271
}
271272
for (ConstBoundaryIterator boundaryItr = this->boundaryBegin();

0 commit comments

Comments
 (0)