changeset 9928:88dc7961d556 octave-forge

maint: change text file encoding to UTF-8. No code change
author carandraug
date Fri, 30 Mar 2012 14:27:16 +0000
parents 22b40d903137
children df50d0ae107f
files main/optim/inst/leasqr.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/optim/inst/leasqr.m	Fri Mar 30 12:29:17 2012 +0000
+++ b/main/optim/inst/leasqr.m	Fri Mar 30 14:27:16 2012 +0000
@@ -202,7 +202,7 @@
   %%       8) Change to more efficent algorithm of Bard for selecting epsL.
   %%       9) Tighten up memory usage by making use of sparse matrices (if 
   %%          MATLAB version >= 4.0) in computation of covp, corp, stdresid.
-  %% Modified by Francesco Potortì
+  %% Modified by Francesco Potortì
   %%       for use in Octave
   %% Added linear inequality constraints with quadratic programming to
   %% this file and special case bounds to this file and to dfdp.m