*** empty log message ***

svn path=/trunk/boinc/; revision=1496
This commit is contained in:
Eric Heien 2003-06-16 17:59:38 +00:00
parent f57458d5b3
commit ab4a84c47f
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
$work = new Work($app);
$work->wu_template = "ucs_wu";
$work->result_template = "ucs_result";
$work->result_template = "uc_result";
array_push($work->input_files, "small_input");
$work->install($project);

View File

@ -19,7 +19,7 @@
$work = new Work();
$work->wu_template = "ucs_wu";
$work->result_template = "ucs_result";
$work->result_template = "uc_result";
array_push($work->input_files, "small_input");
$work->install($project);