From 3c3f3511f4220e3027ba81609c3347bcb7e56a15 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 23 Dec 1996 20:05:11 +0000 Subject: [PATCH] flower-1.0.18 --- flower/smat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flower/smat.cc b/flower/smat.cc index 3830fd6825..93726ec08a 100644 --- a/flower/smat.cc +++ b/flower/smat.cc @@ -22,7 +22,7 @@ Full_storage::OK() const Real *r = els[maxh -1]; if (maxw>0) { assert(r); - Real s = r[maxw -1]; + Real s = r[maxw -1]; // accessing unitialised memory. s = sin(s); } } -- 2.39.5