Home
last modified time | relevance | path

Searched refs:delete_overlap (Results 1 – 4 of 4) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddelete_atoms.h78 void delete_overlap(int, char **);
H A Ddelete_atoms.cpp108 else if (strcmp(arg[0],"overlap") == 0) delete_overlap(narg,arg); in command()
271 void DeleteAtoms::delete_overlap(int narg, char **arg) in delete_overlap() function in DeleteAtoms
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Ddelete_atoms.h40 void delete_overlap(int, char **);
H A Ddelete_atoms.cpp71 else if (strcmp(arg[0],"overlap") == 0) delete_overlap(narg,arg); in command()
265 void DeleteAtoms::delete_overlap(int narg, char **arg) in delete_overlap() function in DeleteAtoms