travellhyne / f2py

Automatically exported from code.google.com/p/f2py
Other
0 stars 0 forks source link

something strange occurs in r31 #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have attatched a fortran source.
No problem to scan it by r29.

But r31 caused a stop by 
-------------------------
ERROR while processing '/home/takao/ecal/lm7K/lmf2gw.F' (mode='fix90')..
  504:      i2=0
  505:      return
  506:  2   i2=len(str)+1
  507:      do 3 i=len(str),1,-1 <== exception triggered here: <type
'exceptions.Exception'> 'Line' object has no attribute 'analyze'
  508:        if(str(i:i).ne.' ') then
  509:          i2=i
  510:          goto 4
-------------------------
Could you fix this?

Original issue reported on code.google.com by TakaoKot...@gmail.com on 24 Mar 2010 at 5:52

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r32.

Original comment by pearu.peterson on 24 Mar 2010 at 7:10

GoogleCodeExporter commented 9 years ago
r32 seems to work fine. At least, it parses all my codes without ERROR.

Original comment by TakaoKot...@gmail.com on 24 Mar 2010 at 9:45