]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.45
authorfred <fred>
Sun, 24 Mar 2002 19:36:29 +0000 (19:36 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:36:29 +0000 (19:36 +0000)
lily/qlpsolve.cc

index ebf71b724220796275a5d906301bbd3d4098ce57..8083200bcbdfd88777e89383701c859a08e38444 100644 (file)
@@ -25,7 +25,7 @@ Active_constraints::status() const
 void
 Active_constraints::OK()
 {
-    #ifndef NDEBUG
+#ifndef NDEBUG
     H.OK();
     A.OK();
     assert(active.size() +inactive.size() == opt->cons.size());
@@ -113,10 +113,10 @@ Active_constraints::drop(int k)
        A -= A*opt->quad*Matrix(a,a/q);
     }else
        WARN << "degenerate constraints";
-   #ifndef NDEBUG
+#ifndef NDEBUG
     Vector rem_row(A.row(q));
     assert(rem_row.norm() < EPS);
-   #endif
+#endif
      
     A.delete_row(q);
 }