Skip to content

Commit 837d4dc

Browse files
committed
Fix indentation
1 parent d4e8552 commit 837d4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts_solutions/s_geothermal_2D_ps.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using ParallelStencil.FiniteDifferences2D
1414
@parallel function residual_fluxes!(Rqx, Rqy, qx, qy, Pf, K, dx, dy)
1515
@inn_x(Rqx) = @inn_x(qx) + @av_xa(K) * @d_xa(Pf) / dx
1616
@inn_y(Rqy) = @inn_y(qy) + @av_ya(K) * @d_ya(Pf) / dy
17-
return
17+
return
1818
end
1919

2020
@parallel function residual_pressure!(RPf, qx, qy, Qf, dx, dy)

0 commit comments

Comments
 (0)