Wrapper: fix comment

This commit is contained in:
Christian Beer 2016-03-18 11:53:30 +01:00
parent 0e974b226b
commit 309f38fbaa
1 changed files with 3 additions and 1 deletions

View File

@ -416,7 +416,9 @@ void do_zip_outputs() {
}
}
// if any zipped input files are present, unzip and remove them
// rename/move output files usefull for large files that are alreay in the project directory
// The logical name of the output file "foo" must be specified as "foo.link" in the result template
// and "foo" should be a softlink, see usage of boinc_resolve() in job.xml
//
void do_rename_outputs() {
for (unsigned int i=0; i<rename_output_filenames.size(); i++) {