Re: [f2py] mixed f77/f90 code

jaspeR <[email protected]> Wed, 24 Nov 2010 04:23:24 +0000 (UTC)
Newsgroups gmane.comp.python.f2py.user
Message-ID <[email protected]>
jaspeR <jasper.werhahn@...> writes:

i should clarify one point here:
 
> error: 'fcn_typedef' undeclared (first use in this function)
> error: (Each undeclared identifier is reported only once
> error: for each function it appears in.)
> error: syntax error before 'fcn_cptr'
> error: 'fcn_cptr' undeclared (first use in this function)
> error: 'fcn' undeclared (first use in this function)
> error: 'fcn_nofargs' undeclared (first use in this function)
> error: stray '#' in program
> error: stray '#' in program
> error: 'maxnofargs' undeclared (first use in this function)
> error: stray '#' in program
> error: stray '#' in program
> error: 'nofoptargs' undeclared (first use in this function)
> 

'fcn' is the name for the free format written function in the linpack 
subroutines, so there seems to be a problem to hand those functions to the f77 
fitting subroutines.