New issue 15 by TakaoKotani: ERROR when included file exist.
http://code.google.com/p/f2py/issues/detail?id=15
I put
-------test.F------------
subroutine bndfp()
include "events.ins"
logical mlog
end
------------------------
and
----- events.ins------
integer i
----------------------
in the same directory, and then do parser. Then it caused ERROR.
Withoug events.ins, only WARNING (as I asked to you; so no problem).
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 15 by pearu.peterson: ERROR when included file exist.
http://code.google.com/p/f2py/issues/detail?id=15
This issue was closed by revision r40.