This file is indexed.

/usr/include/linbox/algorithms/default.h is in liblinbox-dev 1.1.6~rc0-4.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
/* -*- mode:C++ -*- */

/* File: default.h
 *  Author: Zhendong Wan
 */
/* define some const 
 */

#ifndef __LINBOX_DEFALT_H__
#define	__LINBOX_DEFALT_H__

namespace LinBox {
static const int DEFAULTLIFTHRESHOLD = 5;	
static const int DEFAULTOIFTHRESHOLD = 30;
static const double CROSSOVER = 0.6;
}

#endif