Skip to content

Commit

Permalink
Add missing SUNMATRIX module initialization in the DENSE solver case …
Browse files Browse the repository at this point in the history
…(solverType==3).
  • Loading branch information
Sam Cox committed Jun 14, 2018
1 parent 6035da2 commit 68a4b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/atchem2.f90
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ end subroutine FCVFUN
else if ( solverType == 3 ) then
call FSUNDENSEMATINIT( 1, neq, neq, ier )
! call FCVDENSE( neq, ier )
call FSUNDENSELINSOLINIT( 1, ier )
call FCVDLSINIT( ier )
! UNEXPECTED SOLVER TYPE
else
Expand Down

0 comments on commit 68a4b60

Please sign in to comment.