Skip to content

Commit 8869c1f

Browse files
author
Sam Cox
committed
Add missing SUNMATRIX module initialization in the DENSE solver case (solverType==3).
1 parent b5151d7 commit 8869c1f

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
@@ -346,6 +346,7 @@ end subroutine FCVFUN
346346
else if ( solverType == 3 ) then
347347
call FSUNDENSEMATINIT( 1, neq, neq, ier )
348348
! call FCVDENSE( neq, ier )
349+
call FSUNDENSELINSOLINIT( 1, ier )
349350
call FCVDLSINIT( ier )
350351
! UNEXPECTED SOLVER TYPE
351352
else

0 commit comments

Comments
 (0)