Correct the warning message
This commit is contained in:
parent
e834c89313
commit
9b3146b1fb
|
|
@ -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…
Reference in New Issue