Skip to content

Commit

Permalink
- scheduler: fix and restore fpops scaling for anonymous platform jobs
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=21962
  • Loading branch information
davidpanderson committed Jul 15, 2010
1 parent 159cdfb commit e3c6690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -49,7 +49,7 @@ function show_totals() {
$users = number_format($users);
$hosts = number_format($hosts);

$teraflops = number_format($credit_day/100000, 2);
$teraflops = number_format($credit_day/200000, 2);
echo tra("Active:")." $users ".tra("volunteers,")." $hosts ".tra("computers.
")." <br>".tra("24-hour average:")." $teraflops ".tra("TeraFLOPS.")."
<hr size=1 width=\"80%\">
Expand Down

0 comments on commit e3c6690

Please sign in to comment.