[f2py] pointers supported in f90 modules?

Ben Cornett acornet@emory.edu
Wed, 29 Aug 2001 08:40:40 -0400


It just occurred to me that I don't really need support from f2py for module
pointer data.  I never want to access this pointer from python.  What I do need
is a way to keep it from segfaulting.  Is there a way of telling f2py to ignore
certain data items?

Ben