Add a note that voltage based truncation error correction is enabled.

This commit is contained in:
Holger Vogt 2025-12-23 11:20:15 +01:00
parent a5a4655215
commit 8553f87afa
1 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,9 @@ CKTdoJob(CKTcircuit* ckt, int reset, TSKtask* task)
fprintf(stdout, "Doing analysis at TEMP = %f and TNOM = %f\n\n",
ckt->CKTtemp - CONSTCtoK, ckt->CKTnomTemp - CONSTCtoK);
if (ckt->CKTnewtrunc)
fprintf(stdout, "Note: Voltage based truncation error correction selected\n");
/* call altermod and alter on device and model parameters assembled in
devtlist and modtlist (if using temper) because we have a new temperature */
inp_evaluate_temper(ft_curckt);