From: <bao...@us...> - 2006-08-23 12:45:33
|
Revision: 320 Author: baoilleach Date: 2006-08-23 05:45:12 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cclib/?rev=320&view=rev Log Message: ----------- ADF Parser: Bug was found when parsing Os3CO12-D3h.out from Nuno Bandeira. Components of the same SFO were identified based on the sum of the squares of contributions. However, due to rounding errors in the log file, this doesn't always work. Instead, used a method based on the structure of the log file. In addition, simplified the parsing somewhat by using negative indices for lines with different numbers of split() terms. 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. |