Notes go to stdout.
This commit is contained in:
parent
232101af10
commit
606c6d0df7
|
|
@ -151,7 +151,7 @@ CKTsetup(CKTcircuit *ckt)
|
||||||
#ifdef KLU
|
#ifdef KLU
|
||||||
if (ckt->CKTmatrix->CKTkluMODE)
|
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 */
|
/* Convert the COO Storage to CSC for KLU and Fill the Binding Table */
|
||||||
SMPconvertCOOtoCSC (matrix) ;
|
SMPconvertCOOtoCSC (matrix) ;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue