Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-engels committed Jun 4, 2021
1 parent 566bc55 commit 10aacfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LIB/MODULE/module_interpolation.f90
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ subroutine restriction_prefilter_3D_vct(fine, fine_filtered2, wavelet)
character(len=*), intent(in) :: wavelet
integer(kind=ik) :: i, neqn

neqn = size(fine,3)
neqn = size(fine,4)
do i = 1, neqn
call restriction_prefilter_3D(fine(:,:,:,i), fine_filtered2(:,:,:,i), wavelet)
enddo
Expand Down

0 comments on commit 10aacfa

Please sign in to comment.