Browse Source

Slight cosmetics in comment.

pre-master-46
Holger Vogt 3 years ago
parent
commit
3b89410b8f
  1. 2
      src/spicelib/analysis/dctran.c

2
src/spicelib/analysis/dctran.c

@ -491,7 +491,7 @@ DCtran(CKTcircuit *ckt,
} }
#endif #endif
if (flag_autostop) if (flag_autostop)
fprintf(stdout, "\nNote: Autostop after %e s, all measurement conditions are fulfilled\n", ckt->CKTtime);
fprintf(stdout, "\nNote: Autostop after %e s, all measurement conditions are fulfilled.\n", ckt->CKTtime);
/* Final return from tran*/ /* Final return from tran*/
return(OK); return(OK);

Loading…
Cancel
Save