From: <ate...@us...> - 2006-06-26 00:26:01
|
Revision: 229 Author: atenderholt Date: 2006-06-25 17:25:58 -0700 (Sun, 25 Jun 2006) ViewCVS: http://svn.sourceforge.net/cclib/?rev=229&view=rev Log Message: ----------- Hopefully fixed the last error in Mo5Obdt2-c2v-opt. Problem was that it was adding line.split()[5:], but sometimes there was more than 3 fields left, so it was changed to [5:8]. Need to check actual parsed values to make sure it is parsed correctly. Modified Paths: -------------- trunk/src/cclib/parser/adfparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |