EQUATION: Fix silly bug in correct_unphysical_states().

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2018-02-09 07:24:01 -02:00
parent 7b2247849a
commit 07a02e305e

View File

@ -1236,7 +1236,7 @@ module equations
! convert the vector of primitive variables to conservative ones
!
call prim2cons(nc, q(1:nc,1:nc), u(1:nv,1:nc))
call prim2cons(nc, q(1:nv,1:nc), u(1:nv,1:nc))
! update block variables
!