# HG changeset patch # User John W. Eaton # Date 1673039927 18000 # Node ID 5fb22859dbac5b5d54de38fad58aa05107b3371b # Parent ed8b218b7c1bf1c3cb05bd22f0effc5d80431949 * sqp.m: Strip trailing whitespace. diff -r ed8b218b7c1b -r 5fb22859dbac scripts/optimization/sqp.m --- a/scripts/optimization/sqp.m Fri Jan 06 16:30:59 2023 -0500 +++ b/scripts/optimization/sqp.m Fri Jan 06 16:18:47 2023 -0500 @@ -710,7 +710,7 @@ function res = cf_ub_lb (x, lbidx, ubidx, globals) - ## function returning constraint evaluated at x, and distance between ub/lb + ## function returning constraint evaluated at x, and distance between ub/lb ## and x, when they are specified (otherwise return empty) ## inequality constraints