[Scipy-svn] r4644 - branches/Interpolate1D/extensions

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Aug 12 15:20:32 EDT 2008


Author: fcady
Date: 2008-08-12 14:20:31 -0500 (Tue, 12 Aug 2008)
New Revision: 4644

Modified:
   branches/Interpolate1D/extensions/interp_526a.pyf
Log:
renamed interp_526 module _interp_526

Modified: branches/Interpolate1D/extensions/interp_526a.pyf
===================================================================
--- branches/Interpolate1D/extensions/interp_526a.pyf	2008-08-12 19:15:11 UTC (rev 4643)
+++ branches/Interpolate1D/extensions/interp_526a.pyf	2008-08-12 19:20:31 UTC (rev 4644)
@@ -1,9 +1,9 @@
 !    -*- f90 -*-
 ! Note: the context of this file is case sensitive.
 
-python module interp_526 ! in 
+python module _interp_526 ! in 
     ! blubber foo bar
-    interface  ! in :interp_526
+    interface  ! in :_interp_526
         subroutine idbvip(md,ncp,ndp,xd,yd,zd,nip,xi,yi,zi,iwk,wk) ! in :interp_526:interp_526a.f
             integer optional,check((md>=1)&&(md<=3)):: md = 1
             integer optional,check((ncp>=2)&&(ncp<ndp)),depend(ndp):: ncp = (ndp-1<4?ndp-1:4)




More information about the Scipy-svn mailing list