# HG changeset patch # User Rik # Date 1470694863 25200 # Node ID 42456fc9bf6c0217fe855d64fc25b98fac86c32b # Parent 20e0c0b8820c9c4094f018b54426e2b258c07654 glpk.m: Style fixes for cset 20e0c0b8820c. * glpk.m: Use space between function name and opening parenthesis. diff -r 20e0c0b8820c -r 42456fc9bf6c scripts/optimization/glpk.m --- 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