fix typo
This commit is contained in:
@ -636,7 +636,7 @@ void Molecule::read(int flag)
|
||||
error->all(FLERR,"Molecule file has no Body Doubles section");
|
||||
if (nmolecules > 0 && !moleculeflag)
|
||||
error->all(FLERR,"Molecule file has no Molecules section");
|
||||
if (nfragments > 0 && !fragmentsflag)
|
||||
if (nfragments > 0 && !fragmentflag)
|
||||
error->all(FLERR,"Molecule file has no Fragments section");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user