[Matrix-SIG] PyFort: Other function names.
Janko Hauser
jhauser@ifm.uni-kiel.de
Mon, 20 Sep 1999 14:21:32 +0200 (CEST)
Used for the first time the PyFort module. This is very slick and
elegant and working out of the box. I want to wrap a function, where
an integer parameter defines if the interpolation is done linear or
cubic. This affects also the length of the working array, which I give
as a temporary.
Is it possible to give a new name for the wrapped function and thus to
wrap the same function with different interfaces? This would also
allow to give sometimes better names to cryptic Fortran names. Alos
the use of a temporary could then be more flexibel (have a fast one,
where always the same temporary is used, but which needs to be
provided by the interpreter)
Thanks for this tool,
__Janko