Correct the warning message

This commit is contained in:
Holger Vogt 2023-05-12 20:02:31 +02:00
parent e834c89313
commit 9b3146b1fb
1 changed files with 1 additions and 1 deletions

View File

@ -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");