Skip to content

Commit

Permalink
Revert "rhs_maker"
Browse files Browse the repository at this point in the history
This reverts commit 43b61c9.
  • Loading branch information
timfelle committed Dec 4, 2023
1 parent 43b61c9 commit c16adce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/rhs_maker.f90
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ subroutine rhs_maker_bdf(ulag, vlag, wlag, bfx, bfy, bfz, &
import rp
integer, intent(in) :: n, nbd
type(field_t), intent(in) :: u, v, w
type(field_series_t), intent(in) :: ulag, vlag, wlag
type(field_series_t), intent(in) :: ulag, vlag, wlag
real(kind=rp), intent(inout) :: bfx(n), bfy(n), bfz(n)
real(kind=rp), intent(in) :: B(n)
real(kind=rp), intent(in) :: dt, rho, bd(4)
Expand Down
2 changes: 1 addition & 1 deletion src/common/rhs_maker_fctry.f90
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ subroutine rhs_maker_bdf_fctry(makebdf)
allocate(rhs_maker_bdf_sx_t::makebdf)
else if (NEKO_BCKND_DEVICE .eq. 1) then
allocate(rhs_maker_bdf_device_t::makebdf)
else
else
allocate(rhs_maker_bdf_cpu_t::makebdf)
end if

Expand Down

0 comments on commit c16adce

Please sign in to comment.