Skip to content

Commit

Permalink
Trying to get the dummy fortran components to work #97
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjbr123 committed Mar 1, 2024
1 parent 7b141d4 commit 172223d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests/components/surfacelayer/dummyfortran/dummy.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ subroutine initialise(y, x, state_a_m1, state_b_m1)
implicit none

! spaceshape
parameter, intent(in) :: y, x
integer, intent(in) :: y, x
! component states
real(kind=8), intent(inout), dimension(y, x) :: state_a_m1, state_b_m1

Expand All @@ -22,7 +22,7 @@ subroutine run(y, x, &
implicit none

! spaceshape
parameter, intent(in) :: y, x
integer, intent(in) :: y, x
! from exchanger
real(kind=8), intent(in), dimension(y, x) :: &
transfer_k, transfer_l, transfer_n, transfer_h
Expand Down

0 comments on commit 172223d

Please sign in to comment.