Add new elements to point containers is now more general
This commit is contained in:
parent
ce6b6a41a6
commit
70f6db0883
12 changed files with 109 additions and 108 deletions
|
|
@ -10,7 +10,7 @@ submodule(moduleMesh) boundaryParticle
|
|||
integer:: b
|
||||
|
||||
bp = 0
|
||||
do b = 1, nBoundaries
|
||||
do b = 1, nBoundariesParticle
|
||||
if (boundaryName == boundariesParticle(b)%obj%name) then
|
||||
bp = boundariesParticle(b)%obj%n
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue