changeset 19090:4630a18757b3

Add missing bits from cset 38937efbee21. * ilu.m: Remove extra comment line preventing 'help' working. * scripts/sparse/module.mk: Add ichol.m, ilu.m to build system.
author Rik <rik@octave.org>
date Tue, 26 Aug 2014 15:48:02 -0700
parents 38937efbee21
children bbd2cee3da78
files scripts/sparse/ilu.m scripts/sparse/module.mk
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/sparse/ilu.m	Tue Aug 26 15:27:21 2014 -0700
+++ b/scripts/sparse/ilu.m	Tue Aug 26 15:48:02 2014 -0700
@@ -16,7 +16,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with Octave; see the file COPYING.  If not, see
 ## <http://www.gnu.org/licenses/>.
-##
+
 ## -*- texinfo -*-
 ## @deftypefn  {Function File} {@var{L}, @var{U}] =} ilu (@var{A})
 ## @deftypefnx {Function File} {@var{L}, @var{U}] =} ilu (@var{A}, @var{opts})
--- a/scripts/sparse/module.mk	Tue Aug 26 15:27:21 2014 -0700
+++ b/scripts/sparse/module.mk	Tue Aug 26 15:48:02 2014 -0700
@@ -12,6 +12,8 @@
   sparse/etreeplot.m \
   sparse/gmres.m \
   sparse/gplot.m \
+  sparse/ichol.m \
+  sparse/ilu.m \
   sparse/nonzeros.m \
   sparse/pcg.m \
   sparse/pcr.m \