This file is indexed.

/usr/share/octave/site/m/sundialsTB/kinsol/KINFree.m is in octave-sundials 2.5.0-3+b1.

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
function KINFree()
%KINFree deallocates memory for the KINSOL solver.
%
%   Usage:  KINFree

% Radu Serban <radu@llnl.gov>
% Copyright (c) 2005, The Regents of the University of California.
% $Revision: 1.2 $Date: 2007/12/05 21:58:19 $

mode = 6;
kim(mode);