From: <ate...@us...> - 2006-04-14 15:00:47
|
Revision: 67 Author: atenderholt Date: 2006-04-14 08:00:42 -0700 (Fri, 14 Apr 2006) ViewCVS: http://svn.sourceforge.net/cclib/?rev=67&view=rev Log Message: ----------- Fixed the problem with adfparser completely dieing on aonames, however it still needs work on other unittests Modified Paths: -------------- trunk/src/cclib/parser/adfparser.py Modified: trunk/src/cclib/parser/adfparser.py =================================================================== --- trunk/src/cclib/parser/adfparser.py 2006-04-14 14:23:25 UTC (rev 66) +++ trunk/src/cclib/parser/adfparser.py 2006-04-14 15:00:42 UTC (rev 67) @@ -478,6 +478,8 @@ atomheader=inputfile.next() underline=inputfile.next() + if len(atomheader)==1: #in the case of gopt, there is no * line after we finish, just two blank lines + break funcs=[] line=inputfile.next() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |