On Fri, Feb 26, 2010 at 04:42, David Cournapeau <da...@silveregg.co.jp> wrote:

> I don't really know the assumptions made by f2py otherwise: is it
> prevalent for most fortran compilers to pass most things by reference ?

I think that's part of the standardized semantics, yes. That said,
some things in the C API like how to pass the length of a character
string are not standardized and are sometimes passed by value.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to