Einstein@Home - specific modification.

svn path=/trunk/boinc/; revision=9165
This commit is contained in:
Bruce Allen 2006-01-03 16:07:14 +00:00
parent 3f43a63bf9
commit d4088bb1b6
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ void send_work_locality(
sreq.file_infos.clear(); sreq.file_infos.clear();
nfiles = (int) eah_copy.size(); nfiles = (int) eah_copy.size();
for (i=0; i<nfiles; i++) { for (i=0; i<nfiles; i++) {
if (strncmp("skygrid_", eah_copy[i].name, 8)) { if (strncmp("skygrid_", eah_copy[i].name, 8) && strncmp("Config_", eah_copy[i].name, 7)) {
sreq.file_infos.push_back(eah_copy[i]); sreq.file_infos.push_back(eah_copy[i]);
} else { } else {
sreq.file_delete_candidates.push_back(eah_copy[i]); sreq.file_delete_candidates.push_back(eah_copy[i]);