Skip to content

Commit 228c224

Browse files
authored
Merge pull request #15480 from ericvmueller/master
FDS Source: allow LP_TAG to work with SURFACE INTEGRAL statistic for …
2 parents 816b61b + 604e279 commit 228c224

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/dump.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6656,6 +6656,7 @@ SUBROUTINE UPDATE_DEVICES_1(T,DT,NM)
66566656
PARTICLE_LOOP: DO IP=1,NLP
66576657
LP=>LAGRANGIAN_PARTICLE(IP)
66586658
IF (LP%CLASS_INDEX/=DV%PART_CLASS_INDEX) CYCLE PARTICLE_LOOP
6659+
IF (DV%LP_TAG>0 .AND. DV%LP_TAG/=LP%TAG) CYCLE PARTICLE_LOOP
66596660
LPC=>LAGRANGIAN_PARTICLE_CLASS(LP%CLASS_INDEX)
66606661
SURF_INDEX = LPC%SURF_INDEX
66616662
BC => BOUNDARY_COORD(LP%BC_INDEX)

0 commit comments

Comments
 (0)