[Pybrainsim-activity] SF.net SVN: pybrainsim:[46] trunk/src/Head.py
Status: Planning
Brought to you by:
rgoj
From: <rg...@us...> - 2009-08-03 10:14:06
|
Revision: 46 http://pybrainsim.svn.sourceforge.net/pybrainsim/?rev=46&view=rev Author: rgoj Date: 2009-08-03 10:13:56 +0000 (Mon, 03 Aug 2009) Log Message: ----------- * Removing an outdated comment. Modified Paths: -------------- trunk/src/Head.py Modified: trunk/src/Head.py =================================================================== --- trunk/src/Head.py 2009-08-03 09:08:11 UTC (rev 45) +++ trunk/src/Head.py 2009-08-03 10:13:56 UTC (rev 46) @@ -21,11 +21,7 @@ The Head class is the main class in PyBrainSim. It holds a list of generators and connections between these generators, as well as a head model that governs the propagation of the activity of the generation throughout the modeled head, -to the specified registration sites. - -This class is only the simplest implementation of these ideas, intended to -serve as an example and a starting point for creating complex derived classes, -ready for real simulation tasks. +to the specified registration sites. """ class Head: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |