This file is indexed.

/usr/share/doc/rheolef-doc/examples/line.mshcad is in rheolef-doc 6.7-6.

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
    h_local = 0.1;
    Point(1) = {0, 0, 0, h_local};
    Point(2) = {1, 0, 0, h_local};
    Line(3) = {1,2};
    Physical Point("left")  = {1};
    Physical Point("right") = {2};
    Physical Point("boundary") = {1,2};
    Physical Line("interior") = {3};