From: fred Date: Sun, 24 Mar 2002 19:36:29 +0000 (+0000) Subject: lilypond-0.0.45 X-Git-Tag: release/1.5.59~5121 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9d1b6bc86663410dda2a521b89e6ca318f220a13;p=lilypond.git lilypond-0.0.45 --- diff --git a/lily/qlpsolve.cc b/lily/qlpsolve.cc index ebf71b7242..8083200bcb 100644 --- a/lily/qlpsolve.cc +++ b/lily/qlpsolve.cc @@ -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); }