From 9d1b6bc86663410dda2a521b89e6ca318f220a13 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:36:29 +0000 Subject: [PATCH] lilypond-0.0.45 --- lily/qlpsolve.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); } -- 2.39.5