This file is indexed.

/usr/include/libMUSCLE-3.7/libMUSCLE/refine.h is in libmuscle-3.7-dev 3.7+4565-1.

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
19
20
21
#ifndef Refine_h
#define Refine_h

namespace muscle {

struct Range
	{
	unsigned m_uBestColLeft;
	unsigned m_uBestColRight;
	};

void ListVertSavings(unsigned uColCount, unsigned uAnchorColCount,
  const Range *Ranges, unsigned uRangeCount);

void ColsToRanges(const unsigned BestCols[], unsigned uBestColCount,
  unsigned uColCount, Range Ranges[]);


} // namespace muscle

#endif // Refine_h