We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ad051 commit 587638eCopy full SHA for 587638e
src/pre_process/m_patches.fpp
@@ -1614,11 +1614,11 @@ contains
1614
end if
1615
1616
if (present(ib) .and. ((x_cc(i) - x_centroid)**2 + (cart_y - y_centroid)**2 &
1617
- + (cart_z - z_centroid)**2 <= radius**2)) then
+ + (cart_z - z_centroid)**2 <= radius**2)) then
1618
patch_id_fp(i, j, 0) = patch_id
1619
else
1620
if (((x_cc(i) - x_centroid)**2 + (cart_y - y_centroid)**2 &
1621
- + (cart_z - z_centroid)**2 <= radius**2 &
+ + (cart_z - z_centroid)**2 <= radius**2 &
1622
.and. &
1623
patch_icpp(patch_id)%alter_patch(patch_id_fp(i, j, k))) &
1624
.or. &
0 commit comments