Changeset 440
- Timestamp:
- 08/12/08 14:29:40 (3 months ago)
- Files:
-
- trunk/src/hoc/standardCells.hoc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/hoc/standardCells.hoc
r359 r440 220 220 source.play(input_spiketimes) 221 221 source.ping = 1.0 222 spiketimes.append(input_spiketimes)223 }222 } 223 recorded_current_input_spikes = 0 224 224 has_input_spikes = 1 225 225 } else { … … 254 254 } 255 255 recording = $1 256 if (recording && !recorded_current_input_spikes) { 257 spiketimes.append(input_spiketimes) 258 } 256 259 } 257 260 … … 269 272 source.ping = 1.0 270 273 if (recording == 1) { 271 spiketimes.append(input_spiketimes) 272 } 274 spiketimes.append(input_spiketimes) 275 recorded_current_input_spikes = 1 276 } else { 277 recorded_current_input_spikes = 0 278 } 279 273 280 } else { 274 281 source.start = start

