Skip to content

Commit 587638e

Browse files
committed
format
1 parent 02ad051 commit 587638e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pre_process/m_patches.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,11 +1614,11 @@ contains
16141614
end if
16151615

16161616
if (present(ib) .and. ((x_cc(i) - x_centroid)**2 + (cart_y - y_centroid)**2 &
1617-
+ (cart_z - z_centroid)**2 <= radius**2)) then
1617+
+ (cart_z - z_centroid)**2 <= radius**2)) then
16181618
patch_id_fp(i, j, 0) = patch_id
16191619
else
16201620
if (((x_cc(i) - x_centroid)**2 + (cart_y - y_centroid)**2 &
1621-
+ (cart_z - z_centroid)**2 <= radius**2 &
1621+
+ (cart_z - z_centroid)**2 <= radius**2 &
16221622
.and. &
16231623
patch_icpp(patch_id)%alter_patch(patch_id_fp(i, j, k))) &
16241624
.or. &

0 commit comments

Comments
 (0)