[xiph-commits] r17962 - trunk/chirptest
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Wed May 4 18:13:08 PDT 2011
Author: xiphmont
Date: 2011-05-04 18:13:08 -0700 (Wed, 04 May 2011)
New Revision: 17962
Modified:
trunk/chirptest/chirptest.c
Log:
Correct accidentally deleted line in graph initializer
Modified: trunk/chirptest/chirptest.c
===================================================================
--- trunk/chirptest/chirptest.c 2011-05-05 01:09:48 UTC (rev 17961)
+++ trunk/chirptest/chirptest.c 2011-05-05 01:13:08 UTC (rev 17962)
@@ -1253,6 +1253,7 @@
/* x dimension */ DIM_CHIRP_W,
/* x steps */ 1001,
/* x major */ 1.,
+ /* x minor */ .25,
/* y dimension */ DIM_CHIRP_dW,
/* y steps */ 601,
/* y major */ 1.,
More information about the commits
mailing list