[Pybrainsim-activity] SF.net SVN: pybrainsim:[67] trunk/src/GeneratorNumberIncrementing.py
Status: Planning
Brought to you by:
rgoj
From: <rg...@us...> - 2009-08-03 16:55:46
|
Revision: 67 http://pybrainsim.svn.sourceforge.net/pybrainsim/?rev=67&view=rev Author: rgoj Date: 2009-08-03 16:55:34 +0000 (Mon, 03 Aug 2009) Log Message: ----------- * Correcting a small mistake Modified Paths: -------------- trunk/src/GeneratorNumberIncrementing.py Modified: trunk/src/GeneratorNumberIncrementing.py =================================================================== --- trunk/src/GeneratorNumberIncrementing.py 2009-08-03 12:07:56 UTC (rev 66) +++ trunk/src/GeneratorNumberIncrementing.py 2009-08-03 16:55:34 UTC (rev 67) @@ -29,7 +29,7 @@ print(self.name + ": A GeneratorNumberIncrementing object") def receiveInput(self, input): - if activation == 'Stimulus': + if input == 'Stimulus': self.activation = 0 else: self.activation += input This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |