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
------------------------------------------------------------------------- */

View File

@ -69,7 +69,6 @@ class CreateAtoms : public Command {
void add_mesh(const char *);
int add_bisection(const double[3][3], tagint);
int add_quasirandom(const double[3][3], tagint);
void add_lattice_triclinic_general();
void add_lattice();
void loop_lattice(int);
void add_molecule(double *);