remove min style fire/old

This commit is contained in:
Axel Kohlmeyer
2023-01-11 07:33:16 -05:00
parent f5a8a0c398
commit 0104824727
37 changed files with 541 additions and 1541 deletions

View File

@ -401,6 +401,9 @@ void Update::create_minimize(int narg, char **arg, int trysuffix)
delete[] minimize_style;
delete minimize;
// temporarily assign the style name without suffix (for error messages during creation)
minimize_style = arg[0];
int sflag;
new_minimize(arg[0], narg - 1, &arg[1], trysuffix, sflag);