remove unneeded method

This commit is contained in:
Steve Plimpton
2023-09-01 14:45:00 -06:00
parent 817a16b48c
commit 7918f14499
2 changed files with 0 additions and 11 deletions

View File

@ -1155,16 +1155,6 @@ void CreateAtoms::add_mesh(const char *filename)
}
}
/* ----------------------------------------------------------------------
add many atoms to general triclinic box by looping over lattice
------------------------------------------------------------------------- */
void CreateAtoms::add_lattice_triclinic_general()
{
}
/* ----------------------------------------------------------------------
add many atoms by looping over lattice
------------------------------------------------------------------------- */