Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=3409
  • Loading branch information
romw committed May 20, 2004
1 parent aa8692b commit 899f43c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/whetstone.C
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ C--------------------------------------------------------------------
printf("C Converted Double Precision Whetstones: %.1f KIPS\n", KIPS);
#endif

flops = KIPS*1000.;
// convert from thousands of instructions a second to instructions a second.
flops = KIPS*1000.0;
}

void
Expand Down

0 comments on commit 899f43c

Please sign in to comment.