Notes go to stdout.
This commit is contained in:
parent
232101af10
commit
606c6d0df7
|
|
@ -151,7 +151,7 @@ CKTsetup(CKTcircuit *ckt)
|
|||
#ifdef KLU
|
||||
if (ckt->CKTmatrix->CKTkluMODE)
|
||||
{
|
||||
fprintf (stderr, "Using KLU as Direct Linear Solver\n") ;
|
||||
fprintf (stdout, "Using KLU as Direct Linear Solver\n") ;
|
||||
|
||||
/* Convert the COO Storage to CSC for KLU and Fill the Binding Table */
|
||||
SMPconvertCOOtoCSC (matrix) ;
|
||||
|
|
|
|||
Loading…
Reference in New Issue