Notes go to stdout.

This commit is contained in:
Vogt 2024-08-01 13:39:18 +02:00 committed by Holger Vogt
parent 232101af10
commit 606c6d0df7
1 changed files with 1 additions and 1 deletions

View File

@ -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) ;