This file is indexed.

/usr/lib/python3/dist-packages/reproject/spherical_intersect/overlapArea.h is in python3-reproject 0.3.1-4.

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
#ifndef OVERLAP_AREA
#define OVERLAP_AREA

double computeOverlap(double *ilon, double *ilat, double *olon, double *olat,
                      int energyMode, double refArea, double *areaRatio);

#endif