Browse Source

Notes go to stdout.

pre-master-46
Vogt 2 years ago
committed by Holger Vogt
parent
commit
606c6d0df7
  1. 2
      src/spicelib/analysis/cktsetup.c

2
src/spicelib/analysis/cktsetup.c

@ -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…
Cancel
Save