This file is indexed.

/usr/share/doc/netgen-doc/examples/cone.geo is in netgen-doc 4.9.13.dfsg-8build1.

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
#
## A cone
#
algebraic3d

# Cone given by bottom circle and top circle
# and cut by planes:

solid cutcone = cone ( 0, 0, 0; 1; 3, 0, 0; 0.1 )
	and plane (0, 0, 0; -1, 0, 0)
	and plane (3, 0, 0; 1, 0, 0);

tlo cutcone;