[Pybrainsim-activity] SF.net SVN: pybrainsim:[44] trunk/src/Head.py
Status: Planning
Brought to you by:
rgoj
From: <rg...@us...> - 2009-08-02 18:57:30
|
Revision: 44 http://pybrainsim.svn.sourceforge.net/pybrainsim/?rev=44&view=rev Author: rgoj Date: 2009-08-02 18:57:23 +0000 (Sun, 02 Aug 2009) Log Message: ----------- * Added another comment - TODO - checking generator names Modified Paths: -------------- trunk/src/Head.py Modified: trunk/src/Head.py =================================================================== --- trunk/src/Head.py 2009-08-02 18:50:08 UTC (rev 43) +++ trunk/src/Head.py 2009-08-02 18:57:23 UTC (rev 44) @@ -40,6 +40,8 @@ self.samplingFrequency = samplingFrequency def addGenerator(self, generator): + # TODO: We must check for equal generator names - this can't currently + # be allowed to happen! self.generatorList.append(generator) self.generatorSiteList.append([0, 0, 0]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |