add fragment count to molecule file output
This commit is contained in:
@ -148,13 +148,15 @@ Molecule::Molecule(LAMMPS *lmp, int narg, char **arg, int &index) :
|
||||
|
||||
if (me == 0)
|
||||
utils::logmesg(lmp,"Read molecule template {}:\n {} molecules\n"
|
||||
" {} fragments\n"
|
||||
" {} atoms with max type {}\n"
|
||||
" {} bonds with max type {}\n"
|
||||
" {} angles with max type {}\n"
|
||||
" {} dihedrals with max type {}\n"
|
||||
" {} impropers with max type {}\n", id,nmolecules,
|
||||
natoms,ntypes,nbonds,nbondtypes,nangles,nangletypes,
|
||||
ndihedrals,ndihedraltypes,nimpropers,nimpropertypes);
|
||||
nfragments,natoms,ntypes,nbonds,nbondtypes,nangles,
|
||||
nangletypes,ndihedrals,ndihedraltypes,nimpropers,
|
||||
nimpropertypes);
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user