whitespace
This commit is contained in:
@ -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();
|
||||||
|
|||||||
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user