Changeset 1007 for trunk

Show
Ignore:
Timestamp:
11/17/11 00:42:51 (6 months ago)
Author:
emuller
Message:

Fix of problem in neuron _convergent_connect

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/neuron/__init__.py

    r1001 r1007  
    354354                nc.delay  = delay 
    355355                # nc.threshold is supposed to be set by ParallelContext.threshold, called in _build_cell(), above, but this hasn't been tested 
    356                 self.connections.append(Connection(source, target, nc)) 
     356                self.connections.append(simulator.Connection(source, target, nc)) 
    357357 
    358358