]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ineq-constrained-qp.cc
release: 0.1.11
[lilypond.git] / lily / ineq-constrained-qp.cc
index f7b204fcff11c58de7311c6b68179cf77be02a56..a8cbd0a9db92cff01f5c050432e97bd21beeb7e4 100644 (file)
@@ -210,10 +210,10 @@ Ineq_constrained_qp::constraint_solve (Vector start) const
 
   
 Vector
-Ineq_constrained_qp::solve (Vector start)const
+Ineq_constrained_qp::solve (Vector start) const
 { 
   /* no hassle if no constraints*/
-  if ( ! cons.size()) 
+  if (! cons.size()) 
     {
        Choleski_decomposition chol (quad);
        return - chol.solve (lin);