Info message to stdout, not stderr
This commit is contained in:
parent
4cf82e6a52
commit
4614452f19
|
|
@ -799,8 +799,8 @@ DCpss(CKTcircuit *ckt,
|
|||
gf_history [shooting_cycle_counter] = ckt->CKTguessedFreq ;
|
||||
shooting_cycle_counter++ ;
|
||||
|
||||
fprintf (stderr, "Updated guessed frequency: %1.10lg .\n", ckt->CKTguessedFreq) ;
|
||||
fprintf (stderr, "Next shooting evaluation time is %1.10g and current time is %1.10g.\n",
|
||||
fprintf (stdout, "Updated guessed frequency: %1.10lg .\n", ckt->CKTguessedFreq) ;
|
||||
fprintf (stdout, "Next shooting evaluation time is %1.10g and current time is %1.10g.\n",
|
||||
time_temp + 1 / ckt->CKTguessedFreq, ckt->CKTtime) ;
|
||||
|
||||
/* Restore maximum and minimum error for next search */
|
||||
|
|
|
|||
Loading…
Reference in New Issue