From 22c1b47dcf84a719e471d41a79cabcc6b3215429 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 10 Jan 1997 09:55:52 +0000 Subject: [PATCH] flower-1.0.20 --- flower/smat.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flower/smat.cc b/flower/smat.cc index c2177d4c99..9c3b8e2a97 100644 --- a/flower/smat.cc +++ b/flower/smat.cc @@ -14,7 +14,7 @@ Full_storage::operator=(Full_storage const &fs) void Full_storage::OK() const { - #ifndef NDEBUG +#ifndef NDEBUG // static Real dummy; assert(maxh >= h && maxw >= w); assert(h >= 0 && w >= 0); @@ -29,7 +29,7 @@ Full_storage::OK() const } #endif } - #endif +#endif } void Full_storage::resize_cols(int newh) -- 2.39.5