From 1f67b0722e54ec4a92386278b1b1187d696cbbee Mon Sep 17 00:00:00 2001 From: stevenj Date: Fri, 24 Aug 2007 23:42:29 -0400 Subject: [PATCH] bug fix in stogo - rm uninitialized read (doesn't change results since result wasn't used, but still...) darcs-hash:20070825034229-c8de0-170b718754d4e4401356876419d6cdb420da9b63.gz --- stogo/global.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stogo/global.cc b/stogo/global.cc index a4cc4fb..0b6c3bf 100644 --- a/stogo/global.cc +++ b/stogo/global.cc @@ -70,8 +70,9 @@ void Global::FillRegular(RTBox SampleBox, RTBox box) { SampleBox.AddTrial(tmpTrial) ; // Add the rest i=1 ; flag=1 ; dir=0 ; - x=m ; w=box.Width(dir) ; + x=m ; while (i