whitespace

This commit is contained in:
Axel Kohlmeyer
2022-04-22 13:39:05 -04:00
parent c054edda6b
commit 1568974e8e
2 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@ double Angle::memory_usage()
void Angle::reinit() void Angle::reinit()
{ {
if (!reinitflag) if (!reinitflag)
error->all(FLERR, "Fix adapt interface to this angle style not supported"); error->all(FLERR, "Fix adapt interface to this angle style not supported");
init(); init();

View File

@ -342,7 +342,7 @@ double Bond::memory_usage()
void Bond::reinit() void Bond::reinit()
{ {
if (!reinitflag) if (!reinitflag)
error->all(FLERR, "Fix adapt interface to this bond style not supported"); error->all(FLERR, "Fix adapt interface to this bond style not supported");
init(); init();