This file is indexed.

/usr/lib/slepcdir/3.6.1/x86_64-linux-gnu-real-debug/include/slepc/finclude/ftn-auto/slepcrg.h90 is in libslepc3.6.1-dbg 3.6.1.dfsg1-2build2.

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
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
      subroutine RGIntervalSetEndpoints(a,b,c,d,e,z)
       RG a ! RG
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer z
       end subroutine
      subroutine RGIntervalGetEndpoints(a,b,c,d,e,z)
       RG a ! RG
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer z
       end subroutine
      subroutine RGEllipseSetParameters(a,b,c,d,z)
       RG a ! RG
       PetscScalar b ! PetscScalar
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       integer z
       end subroutine
      subroutine RGEllipseGetParameters(a,b,c,d,z)
       RG a ! RG
       PetscScalar b ! PetscScalar
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       integer z
       end subroutine
      subroutine RGRingSetParameters(a,b,c,d,e,f,g,z)
       RG a ! RG
       PetscScalar b ! PetscScalar
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       PetscReal f ! PetscReal
       PetscReal g ! PetscReal
       integer z
       end subroutine
      subroutine RGRingGetParameters(a,b,c,d,e,f,g,z)
       RG a ! RG
       PetscScalar b ! PetscScalar
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       PetscReal f ! PetscReal
       PetscReal g ! PetscReal
       integer z
       end subroutine
      subroutine RGPolygonSetVertices(a,b,c,d,z)
       RG a ! RG
       PetscInt b ! PetscInt
       PetscScalar c ! PetscScalar
       PetscScalar d ! PetscScalar
       integer z
       end subroutine
      subroutine RGPolygonGetVertices(a,b,c,d,z)
       RG a ! RG
       PetscInt b ! PetscInt
       PetscScalar c ! PetscScalar
       PetscScalar d ! PetscScalar
       integer z
       end subroutine
      subroutine RGCreate(a,b,z)
       integer a ! MPI_Comm
       RG b ! RG
       integer z
       end subroutine
      subroutine RGSetFromOptions(a,z)
       RG a ! RG
       integer z
       end subroutine
      subroutine RGIsTrivial(a,b,z)
       RG a ! RG
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine RGCheckInside(a,b,c,d,e,z)
       RG a ! RG
       PetscInt b ! PetscInt
       PetscScalar c ! PetscScalar
       PetscScalar d ! PetscScalar
       PetscInt e ! PetscInt
       integer z
       end subroutine
      subroutine RGComputeContour(a,b,c,d,z)
       RG a ! RG
       PetscInt b ! PetscInt
       PetscScalar c ! PetscScalar
       PetscScalar d ! PetscScalar
       integer z
       end subroutine
      subroutine RGSetComplement(a,b,z)
       RG a ! RG
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine RGGetComplement(a,b,z)
       RG a ! RG
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine RGSetScale(a,b,z)
       RG a ! RG
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine RGGetScale(a,b,z)
       RG a ! RG
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine RGDestroy(a,z)
       RG a ! RG
       integer z
       end subroutine