This file is indexed.

/usr/include/liggghts/fix_calculate_energy_wall.h is in libliggghts-dev 3.7.0+repack1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
#include "fix.h" 
 namespace LAMMPS_NS {class FixCalculateWallEnergy : public Fix { public: void dissipate_energy(const double, const bool) {} };}