From 44179777c111c09f325b4694e49f72321aec4262 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 21 May 2004 23:03:48 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3414 --- client/whetstone.C | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/client/whetstone.C b/client/whetstone.C index 87239124ee..a311ff9798 100644 --- a/client/whetstone.C +++ b/client/whetstone.C @@ -136,7 +136,7 @@ C */ LOOP = loopstart; - JJ = 1; + JJ = 0; IILOOP: N1 = 0; @@ -310,11 +310,14 @@ C #if 0 if (++JJ <= II) goto IILOOP; -#endif - +#else + JJ++; if (!benchmark_time_to_stop(BM_TYPE_FP)) { goto IILOOP; } + II = JJ; +#endif + /* C C Stop benchmark timing at this point.