Skip to content

Commit 9e7393b

Browse files
fix bug
1 parent e6d5b83 commit 9e7393b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamics/se/dycore/fvm_reconstruction_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,7 @@ subroutine extend_panel_interpolate(nc,nhc,nhr,nht,ns,nh,fcube,cubeboundary,hWei
17941794
! fill in "n" on Figure above
17951795
!
17961796
do halo=1,nhr
1797-
! ftmp(:) = fcube(nc+1-halo,:) ! copy to a temporary
1797+
ftmp(:) = fcube(nc+1-halo,:) ! copy to a temporary
17981798
do i=max(halo-nh,0),nht-halo
17991799
ibaseref=ibase(i,halo,2) +nc
18001800
!

0 commit comments

Comments
 (0)