mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1496
This commit is contained in:
parent
f57458d5b3
commit
ab4a84c47f
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue