Skip to content

Commit 8f371b5

Browse files
Formatting
1 parent b9b6749 commit 8f371b5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/simulation/m_ib_patches.fpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,10 +1035,10 @@ contains
10351035
stl_bounding_boxes(patch_id, 3, 1:3) = [bbox%min(3), (bbox%min(3) + bbox%max(3))/2._wp, bbox%max(3)]
10361036
10371037
models(patch_id)%model = model
1038-
if (p == 0) then
1039-
models(patch_id)%boundary_v = boundary_v
1040-
models(patch_id)%boundary_edge_count = boundary_edge_count
1041-
end if
1038+
if (p == 0) then
1039+
models(patch_id)%boundary_v = boundary_v
1040+
models(patch_id)%boundary_edge_count = boundary_edge_count
1041+
end if
10421042
end if
10431043
end do
10441044

0 commit comments

Comments
 (0)