whitespace

This commit is contained in:
Axel Kohlmeyer
2022-09-09 17:29:11 -04:00
parent ddf97461da
commit 7f4fe0d3ad
2 changed files with 7 additions and 7 deletions

View File

@ -310,7 +310,7 @@ void Dump::init()
if (skipflag) {
skipindex = input->variable->find(skipvar);
if (skipindex < 0) error->all(FLERR,"Dump skip variable not found");
if (!input->variable->equalstyle(skipindex))
if (!input->variable->equalstyle(skipindex))
error->all(FLERR,"Variable for dump skip is invalid style");
}