This file is indexed.

/usr/share/doc/freefem++/examples/examples++-load/splitmesh3.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
load "splitmesh3"
mesh Th=square(5,5);
mesh Th3=splitmesh3(Th);
plot(Th3,wait=1);