This file is indexed.

/usr/share/octave/packages/secs2d-0.0.8/ThDDGOX/ThDDGOXTWP1STD.m is in octave-secs2d 0.0.8-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
function x = ThDDGOXTWP1STD (imesh,Simesh,Sinodes,Sielements,idata)
  Nnodes    = columns(Simesh.p);
  Nelements = columns(Simesh.t);
  x = idata.Tl./(1+idata.Tl./idata.Tp);
endfunction