[Scipy-svn] r4263 - branches/refactor_fft/scipy/fftpack/src/mkl

scipy-svn at scipy.org scipy-svn at scipy.org
Sun May 11 06:59:50 EDT 2008


Author: cdavid
Date: 2008-05-11 05:59:46 -0500 (Sun, 11 May 2008)
New Revision: 4263

Modified:
   branches/refactor_fft/scipy/fftpack/src/mkl/zfftnd.cxx
Log:
Fix comment.

Modified: branches/refactor_fft/scipy/fftpack/src/mkl/zfftnd.cxx
===================================================================
--- branches/refactor_fft/scipy/fftpack/src/mkl/zfftnd.cxx	2008-05-11 10:58:04 UTC (rev 4262)
+++ branches/refactor_fft/scipy/fftpack/src/mkl/zfftnd.cxx	2008-05-11 10:59:46 UTC (rev 4263)
@@ -3,7 +3,7 @@
  *
  * Original code by David M. Cooke
  *
- * Last Change: Sun May 11 06:00 PM 2008 J
+ * Last Change: Sun May 11 07:00 PM 2008 J
  */
 #include <new>
 
@@ -157,7 +157,7 @@
 
 static CacheManager < NDMKLCacheId, NDMKLCache > mkl_cmgr(10);
 
-/* stub to make GEN_CACHE happy */
+/* stub to make GEN_PUBLIC_API happy */
 static void destroy_zfftnd_mkl_caches()
 {
 }




More information about the Scipy-svn mailing list