Skip to content

Commit 40878c5

Browse files
authored
Formatting nit.
Wrong indentation fixed by Giandomenico Lupo in the multiphase code.
1 parent a99297b commit 40878c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bound.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ subroutine bounduvw(cbc,n,bc,nb,is_bound,is_correc,dl,dzc,dzf,u,v,w)
5959
call set_bc(cbc(0,2,1),0,2,nh,.true. ,bc(0,2,1),dl(2),u)
6060
if(impose_norm_bc) call set_bc(cbc(0,2,2),0,2,nh,.false.,bc(0,2,2),dl(2),v)
6161
call set_bc(cbc(0,2,3),0,2,nh,.true. ,bc(0,2,3),dl(2),w)
62-
end if
62+
end if
6363
if(is_bound(1,2)) then
6464
call set_bc(cbc(1,2,1),1,2,nh,.true. ,bc(1,2,1),dl(2),u)
6565
if(impose_norm_bc) call set_bc(cbc(1,2,2),1,2,nh,.false.,bc(1,2,2),dl(2),v)

0 commit comments

Comments
 (0)