[Avida-cvs] [Avida2-svn] r382 - branches/developers/avida-edward/source/python/AvidaGui2

baerb@myxo.css.msu.edu baerb at myxo.css.msu.edu
Tue Nov 8 13:09:13 PST 2005


Author: baerb
Date: 2005-11-08 16:09:13 -0500 (Tue, 08 Nov 2005)
New Revision: 382

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/pyMapProfile.py
Log:
Removed choice Ancestor from the pull down menu below map view.



Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyMapProfile.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyMapProfile.py	2005-11-08 16:12:37 UTC (rev 381)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyMapProfile.py	2005-11-08 21:09:13 UTC (rev 382)
@@ -201,11 +201,11 @@
         gradualLinScaleUpdater(RangeReport(SizeRng, self.m_session_mdl)),
         sigmoidColorLookup
         ),
-      ('Ancestor Organism',
-        continuousIndexer(LineageIdx),
-        gradualLinScaleUpdater(RangeReport(LineageRng, self.m_session_mdl)),
-        sigmoidColorLookup
-        ),
+      # ('Ancestor Organism',
+      #   continuousIndexer(LineageIdx),
+      #   gradualLinScaleUpdater(RangeReport(LineageRng, self.m_session_mdl)),
+      #   sigmoidColorLookup
+      #   ),
       #('Genotype',       GenotypeIdx,),
       #('Lineage',        LineageIdx,),
     )




More information about the Avida-cvs mailing list