changeset 22225:42456fc9bf6c

glpk.m: Style fixes for cset 20e0c0b8820c. * glpk.m: Use space between function name and opening parenthesis.
author Rik <rik@octave.org>
date Mon, 08 Aug 2016 15:21:03 -0700
parents 20e0c0b8820c
children 9a0e30e24b9b
files scripts/optimization/glpk.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/optimization/glpk.m	Sat Feb 27 16:16:36 2016 +1100
+++ b/scripts/optimization/glpk.m	Mon Aug 08 15:21:03 2016 -0700
@@ -504,7 +504,7 @@
   [nc, nxa] = size (A);
   if (nxa != nx)
     error ("glpk: A must be %d by %d, not %d by %d",
-           nc, nx, rows(A), columns(A));
+           nc, nx, rows (A), columns (A));
   endif
 
   ## 3) RHS