This file is indexed.

/usr/share/doc/freefem++/examples/examples++-eigen/testeigen.edp is in freefem++-doc 3.19.1-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
22
23
24
25
NoUseOfWait=true;int verbosityy=verbosity;
 cout << "--------- file : BeamEigenValue.edp --------------------------------------------------------" << endl;
verbosity=verbosityy;
{ include "BeamEigenValue.edp";};
 cout << "------------------------------------------------------------------------------ " << endl;
 cout << "--------- file : BeamEigenValueperio.edp --------------------------------------------------------" << endl;
verbosity=verbosityy;
{ include "BeamEigenValueperio.edp";};
 cout << "------------------------------------------------------------------------------ " << endl;
 cout << "--------- file : LapEigenValue.edp --------------------------------------------------------" << endl;
verbosity=verbosityy;
{ include "LapEigenValue.edp";};
 cout << "------------------------------------------------------------------------------ " << endl;
 cout << "--------- file : LapnosymEigenValue.edp --------------------------------------------------------" << endl;
verbosity=verbosityy;
// { include "LapnosymEigenValue.edp";};
 cout << "------------------------------------------------------------------------------ " << endl;
 cout << "--------- file : Stokes-eigen.edp --------------------------------------------------------" << endl;
verbosity=verbosityy;
{ include "Stokes-eigen.edp";};
 cout << "------------------------------------------------------------------------------ " << endl;
 cout << "--------- file : neuman.edp --------------------------------------------------------" << endl;
verbosity=verbosityy;
{ include "neuman.edp";};
 cout << "------------------------------------------------------------------------------ " << endl;