[xiph-commits] r12283 - trunk/sushivision
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Mon Jan 1 17:14:06 PST 2007
Author: xiphmont
Date: 2007-01-01 17:14:05 -0800 (Mon, 01 Jan 2007)
New Revision: 12283
Modified:
trunk/sushivision/example_fractal.c
Log:
Oops, committed a bad version of the fractal example
Modified: trunk/sushivision/example_fractal.c
===================================================================
--- trunk/sushivision/example_fractal.c 2007-01-01 22:27:22 UTC (rev 12282)
+++ trunk/sushivision/example_fractal.c 2007-01-02 01:14:05 UTC (rev 12283)
@@ -63,12 +63,6 @@
5,(double []){-2.25,-1,0,1,2.25},
NULL,0);
- sushiv_new_dimension_discrete(s,4,"Iterations",
- 5,(double []){1,10,100,1000,10000},
- NULL,
- 10,1,
- 0);
-
sushiv_new_dimension_picklist(s,4,"Max Iterations",
4,
(double []){100,1000,10000,100000},
@@ -77,6 +71,7 @@
"ten thousand",
"one hundred thousand"},
NULL,0);
+ sushiv_dimension_set_value(s,4,1,10000);
sushiv_new_objective(s,0,"fractal",
5,(double []){0, .001, .01, .1, 1.0},
More information about the commits
mailing list