Skip to content

Commit d4e8552

Browse files
committed
Fix indentation
1 parent f8a7144 commit d4e8552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts_solutions/s_geothermal_2D_ps_inv.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929
@parallel function residual_fluxes!(Rqx, Rqy, qx, qy, Pf, K, dx, dy)
3030
@inn_x(Rqx) = @inn_x(qx) + @av_xa(K) * @d_xa(Pf) / dx
3131
@inn_y(Rqy) = @inn_y(qy) + @av_ya(K) * @d_ya(Pf) / dy
32-
return
32+
return
3333
end
3434

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

0 commit comments

Comments
 (0)