[Scipy-svn] r3061 - trunk/Lib/sandbox/arpack/ARPACK/UTIL

scipy-svn at scipy.org scipy-svn at scipy.org
Wed May 30 19:31:30 EDT 2007


Author: hagberg
Date: 2007-05-30 18:31:13 -0500 (Wed, 30 May 2007)
New Revision: 3061

Modified:
   trunk/Lib/sandbox/arpack/ARPACK/UTIL/second.f
Log:
Remove reference to "external etime" since apparently etime
is not considered an external function anymore.


Modified: trunk/Lib/sandbox/arpack/ARPACK/UTIL/second.f
===================================================================
--- trunk/Lib/sandbox/arpack/ARPACK/UTIL/second.f	2007-05-30 19:12:49 UTC (rev 3060)
+++ trunk/Lib/sandbox/arpack/ARPACK/UTIL/second.f	2007-05-30 23:31:13 UTC (rev 3061)
@@ -21,7 +21,7 @@
 *     ..
 *     .. External Functions ..
       REAL               ETIME
-      EXTERNAL           ETIME
+*      EXTERNAL           ETIME
 *     ..
 *     .. Executable Statements ..
 *




More information about the Scipy-svn mailing list