This file is indexed.

/usr/share/octave/site/m/sundialsTB/idas/IDAFree.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 [] = IDAFree()
%IDAFree deallocates memory for the IDAS solver.
%
%   Usage:  IDAFree

% Radu Serban <radu@llnl.gov>
% Copyright (c) 2007, The Regents of the University of California.
% $Revision: 1.3 $Date: 2007/08/21 17:38:42 $

mode = 40;
idm(mode);