This file is indexed.

/usr/include/openturns/swig/TemperatureProfileImplementation_doc.i is in libopenturns-dev 1.9-5.

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
%define OT_TemperatureProfile_doc
"Base class to define a temperature profile.

Notes
-----
The temperature profile is used in simulated annealing context
"
%enddef
%feature("docstring") OT::TemperatureProfileImplementation
OT_TemperatureProfile_doc

// ---------------------------------------------------------------------
%define OT_TemperatureProfile_call_doc
"Compute the temperature T(i).

Parameters
----------
i : int
    The index for whome we seek temperature

Returns
-------
temperature:  float
    The temperature"
%enddef
%feature("docstring") OT::TemperatureProfileImplementation::operator()
OT_TemperatureProfile_call_doc

// ---------------------------------------------------------------------

%define OT_TemperatureProfile_getIMax
"Maximum index value accessor.

Returns
-------
iMax : int
    The maximum index value"
%enddef
%feature("docstring") OT::TemperatureProfileImplementation::getIMax
OT_TemperatureProfile_getIMax

// ---------------------------------------------------------------------

%define OT_TemperatureProfile_getT0
"Temperature origin accessor.

Returns
-------
t0 : float
    The temperature origin"
%enddef
%feature("docstring") OT::TemperatureProfileImplementation::getT0
OT_TemperatureProfile_getT0