mirror of https://github.com/BOINC/boinc.git
parent
c9fe262b62
commit
608b6c750d
|
@ -103,7 +103,7 @@ for ($i=0; $i<$nfiles; $i++) {
|
|||
$case = make_test_case($ellipse_frac);
|
||||
$f = fopen($anspath, 'w');
|
||||
fwrite($f, serialize($case));
|
||||
fclose(f);
|
||||
fclose($f);
|
||||
imagepng(make_image($case), $path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue