/usr/include/liggghts/neigh_dummy.h is in libliggghts-dev 3.3.1+repack1-1ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #include "neighbor.h"
namespace LAMMPS_NS {
int Neighbor::multi_levels()
{ return 0; }
void Neighbor::multi_levels(double &maxrad, double &minrad, int &nlevels)
{}
void Neighbor::stencil_gran_multi_3d_no_newton(NeighList *list,
int sx, int sy, int sz)
{}
void Neighbor::granular_multi_no_newton(NeighList *list)
{}
}
|