File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1013,9 +1013,9 @@ SUBROUTINE INSERT_VOLUMETRIC_PARTICLES
10131013! If the INIT volume is outside the current mesh, return
10141014
10151015IF (IN % SHAPE/= ' RING' .AND. IN % SHAPE/= ' LINE' ) THEN
1016- IF ((IN_X1- XF)>- 50._EB * TWO_EPSILON_EB .OR. (IN_X2- XS)<50._EB * TWO_EPSILON_EB .OR. &
1017- (IN_Y1- YF)>- 50._EB * TWO_EPSILON_EB .OR. (IN_Y2- YS)<50._EB * TWO_EPSILON_EB .OR. &
1018- (IN_Z1- ZF)>- 50._EB * TWO_EPSILON_EB .OR. (IN_Z2- ZS)<50._EB * TWO_EPSILON_EB) RETURN
1016+ IF ((IN_X1- XF)>50._EB * TWO_EPSILON_EB .OR. (IN_X2- XS)<- 50._EB * TWO_EPSILON_EB .OR. &
1017+ (IN_Y1- YF)>50._EB * TWO_EPSILON_EB .OR. (IN_Y2- YS)<- 50._EB * TWO_EPSILON_EB .OR. &
1018+ (IN_Z1- ZF)>50._EB * TWO_EPSILON_EB .OR. (IN_Z2- ZS)<- 50._EB * TWO_EPSILON_EB) RETURN
10191019ELSEIF (IN % SHAPE==' RING' ) THEN
10201020 IF (RING_MESH_INTERSECTION_ARC(NM,IN % X0,IN % Y0,IN % RADIUS)<TWO_EPSILON_EB) RETURN
10211021ELSE
You can’t perform that action at this time.
0 commit comments