From: <ate...@us...> - 2006-05-24 01:53:33
|
Revision: 154 Author: atenderholt Date: 2006-05-23 18:53:21 -0700 (Tue, 23 May 2006) ViewCVS: http://svn.sourceforge.net/cclib/?rev=154&view=rev Log Message: ----------- Fixed a minor problem in population Modified Paths: -------------- trunk/src/cclib/method/population.py Modified: trunk/src/cclib/method/population.py =================================================================== --- trunk/src/cclib/method/population.py 2006-05-23 12:23:19 UTC (rev 153) +++ trunk/src/cclib/method/population.py 2006-05-24 01:53:21 UTC (rev 154) @@ -68,7 +68,7 @@ #build list of groups of orbitals in each atom for atomresults if hasattr(self.parser,"aonames"): names=self.parser.aonames - elif hasattr(self.parser,"foonames"): + elif hasattr(self.parser,"fonames"): names=self.parser.fonames atoms=[] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |