You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a small program to generate callcaller tree for Fortran codes.
f_calltree.F file1 file2,... >callcaller.dat 2>callcaller.err
Generate call caller for fortran codes.
Put this just above f2py directory.
I hope you will include this in your fparser package if possible.
(Warning: this cause an error if computer codes are gramatically wrong
when we comment out preprocessor lines. Further, include is not treated well).
Another point.--
fparser uses yellowtext and so, and ubyte in numpy.
So people need to install numpy only in order to use fparser.
I think this is a little too demanding for people who just want
to use fparser only. So I hope fparser works without numpy.
Original issue reported on code.google.com by [email protected] on 2 Apr 2010 at 7:40
Original issue reported on code.google.com by
[email protected]
on 2 Apr 2010 at 7:40Attachments:
The text was updated successfully, but these errors were encountered: