Show
Ignore:
Timestamp:
02/12/10 16:31:52 (2 years ago)
Author:
apdavison
Message:

Deleted some files that should not be part of the 0.6 branch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.6/src/common.py

    r702 r710  
    12241224            raise TypeError("Can't inject current into a spike source.") 
    12251225        current_source.inject_into(self) 
    1226      
    1227     def getSubPopulation(self, cells): 
    1228         """ 
    1229         Returns a sub population from a population object. The shape of cells will 
    1230         determine the dimensions of the sub population. cells should contains cells 
    1231         member of the parent population. 
    1232         Ex z = pop.getSubPopulation([pop[1],pop[3],pop[5]]) 
    1233         """ 
    1234         raise NotImplementedError() 
     1226 
    12351227     
    12361228# ==============================================================================