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 Aug 15, 2018
1 parent 7f0f9ec commit def0415
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 @@ -351,6 +351,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 def0415

Please sign in to comment.