Skip to content

Commit 68a4b60

Browse files
author
Sam Cox
committed
Add missing SUNMATRIX module initialization in the DENSE solver case (solverType==3).
1 parent 6035da2 commit 68a4b60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/atchem2.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ end subroutine FCVFUN
365365
else if ( solverType == 3 ) then
366366
call FSUNDENSEMATINIT( 1, neq, neq, ier )
367367
! call FCVDENSE( neq, ier )
368+
call FSUNDENSELINSOLINIT( 1, ier )
368369
call FCVDLSINIT( ier )
369370
! UNEXPECTED SOLVER TYPE
370371
else

0 commit comments

Comments
 (0)