- Timestamp:
- 11/17/11 00:42:51 (6 months ago)
- Files:
-
- 1 modified
-
trunk/src/neuron/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/neuron/__init__.py
r1001 r1007 354 354 nc.delay = delay 355 355 # 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)) 357 357 358 358
