join wrapped strings

This commit is contained in:
Axel Kohlmeyer
2023-11-02 13:43:37 -04:00
parent bee1b66365
commit 925d006d19

View File

@ -324,8 +324,7 @@ bigint ReadDump::seek(bigint nrequest, int exact)
}
if (eofflag)
error->one(FLERR,"Read dump parallel files "
"do not all have same timestep");
error->one(FLERR,"Read dump parallel files do not all have same timestep");
}
}
@ -426,8 +425,7 @@ bigint ReadDump::next(bigint ncurrent, bigint nlast, int nevery, int nskip)
}
if (eofflag)
error->one(FLERR,"Read dump parallel files "
"do not all have same timestep");
error->one(FLERR,"Read dump parallel files do not all have same timestep");
}
}