Browse Source

Note directed to stdout

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

2
src/spicelib/analysis/cktsetup.c

@ -182,7 +182,7 @@ CKTsetup(CKTcircuit *ckt)
#endif
} else {
fprintf (stderr, "Using SPARSE 1.3 as Direct Linear Solver\n") ;
fprintf (stdout, "Using SPARSE 1.3 as Direct Linear Solver\n") ;
}
#endif

Loading…
Cancel
Save