Browse Source

Correct the warning message

pre-master-46
Holger Vogt 3 years ago
parent
commit
9b3146b1fb
  1. 2
      src/spicelib/analysis/optran.c

2
src/spicelib/analysis/optran.c

@ -168,7 +168,7 @@ void com_optran(wordlist* wl) {
goto bugquit;
}
if (opstepsize > opfinaltime/50.) {
fprintf(stderr, "Warning: Optran step size potentially too small.\n");
fprintf(stderr, "Warning: Optran step size potentially too large.\n");
}
if (opramptime > opfinaltime) {
fprintf(stderr, "Error: Optran ramp time larger than final time.\n");

Loading…
Cancel
Save