From: <la...@us...> - 2007-07-12 00:27:51
|
Revision: 690 http://svn.sourceforge.net/cclib/?rev=690&view=rev Author: langner Date: 2007-07-11 17:27:50 -0700 (Wed, 11 Jul 2007) Log Message: ----------- ***MAJOR CHANGE*** Parser and data objects are now separate. When called, Logfile.parse() returns an instance of cclibData, which contains any parsed attributes that are in _attrlist. All calls will now need to be of the form data = ccopen(...).parse(). Note that the parsing code itself (method Logfile.extract) is unchanged. Test statistics unchanged. Modified Paths: -------------- trunk/src/cclib/parser/logfileparser.py trunk/test/testGeoOpt.py trunk/test/testall.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |