Skip to content

Commit def0415

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

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
@@ -351,6 +351,7 @@ end subroutine FCVFUN
351351
else if ( solverType == 3 ) then
352352
call FSUNDENSEMATINIT( 1, neq, neq, ier )
353353
! call FCVDENSE( neq, ier )
354+
call FSUNDENSELINSOLINIT( 1, ier )
354355
call FCVDLSINIT( ier )
355356
! UNEXPECTED SOLVER TYPE
356357
else

0 commit comments

Comments
 (0)