fix bug in subroutine fonestep
This commit is contained in:
parent
1b4ab8456e
commit
9b6e5a7d0b
1 changed files with 2 additions and 2 deletions
|
|
@ -589,8 +589,8 @@
|
|||
|
||||
! Boundary conditions
|
||||
IF (i.eq.nx) THEN
|
||||
f(nx,1) = -wrate1 - u(nx)*dux(1,nx)
|
||||
f(nx,2) = wrate1 - u(nx)*dux(2,nx)
|
||||
f(nx,1) = -wrate - u(nx)*dux(1,nx)
|
||||
f(nx,2) = wrate - u(nx)*dux(2,nx)
|
||||
ENDIF
|
||||
ENDDO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue