remove unneeded method
This commit is contained in:
@ -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
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user