Skip to content

Commit d046149

Browse files
authored
Merge branch 'develop' into bugfix/FSISPH
2 parents db2262c + 22c5853 commit d046149

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)