[xiph-commits] r12482 - trunk/sushivision

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Fri Feb 16 00:35:59 PST 2007


Author: xiphmont
Date: 2007-02-16 00:35:58 -0800 (Fri, 16 Feb 2007)
New Revision: 12482

Modified:
   trunk/sushivision/example_fractal.c
Log:
revert fractal example to continuous mode



Modified: trunk/sushivision/example_fractal.c
===================================================================
--- trunk/sushivision/example_fractal.c	2007-02-16 08:34:46 UTC (rev 12481)
+++ trunk/sushivision/example_fractal.c	2007-02-16 08:35:58 UTC (rev 12482)
@@ -54,12 +54,12 @@
 
   s=sushiv_new_instance();
 
-  sushiv_new_dimension_discrete(s,0,"Re(c)",
+  sushiv_new_dimension(s,0,"Re(c)",
 		       5,(double []){-2.25,-0.75,0,0.25,0.75},
-				NULL,1,1000,0);
-  sushiv_new_dimension_discrete(s,1,"Im(c)",
+		       NULL,0);
+  sushiv_new_dimension(s,1,"Im(c)",
 		       5,(double []){-2,-1,0,1,2},
-				NULL,1,1000,0);
+		       NULL,0);
 
   sushiv_new_dimension(s,2,"Re(z0)",
 		       5,(double []){-2.25,-1,0,1,2.25},



More information about the commits mailing list