Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanoseb committed Feb 19, 2024
1 parent 6b63417 commit e97c287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/omp/backend.f90
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ subroutine tds_solve_dist(self, du, u, dirps, tdsops)


call exec_dist_tds_compact( &
du%data, u%data, self%u_recv_s, self%u_recv_e, self%du_send_s, self%du_send_e, &
self%du_recv_s, self%du_recv_e, &
tdsops, dirps%nproc, dirps%pprev, dirps%pnext, dirps%n_blocks)
du%data, u%data, self%u_recv_s, self%u_recv_e, self%du_send_s, self%du_send_e, &
self%du_recv_s, self%du_recv_e, &
tdsops, dirps%nproc, dirps%pprev, dirps%pnext, dirps%n_blocks)

end subroutine tds_solve_dist

Expand Down

0 comments on commit e97c287

Please sign in to comment.