*** empty log message ***

svn path=/trunk/boinc/; revision=9158
This commit is contained in:
David Anderson 2005-12-28 23:28:00 +00:00
parent c3b2d71261
commit 03cf1a9ae8
3 changed files with 10 additions and 0 deletions

View File

@ -14846,3 +14846,10 @@ David 28 Dec 2005
client/
gui_rpc_server_ops.C
David 28 Dec 2005
- core client: avoid divide by zero error if no projects
(from Steven Schweda)
client/
cs_apps.C

View File

@ -486,6 +486,8 @@ void CLIENT_STATE::adjust_debts() {
);
}
if (nprojects==0) return;
// long-term debt:
// normalize so mean is zero,
// short-term debt:

View File

@ -162,6 +162,7 @@ show_name("Kevin Reed");
show_name("Thomas Richard");
show_name("Nikolay Saharov");
show_name("Alex A. dos Santos");
show_name("Steven Schweda");
show_name("Jens Seidler");
show_name("Peter Smithson");
show_name("Christian Søttrup");