Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit b139c64

Browse files
authored
Merge branch 'master' into lfpy
2 parents efeb84a + 8b91549 commit b139c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluepyopt/ephys/morphologies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def replace_axon(sim=None, icell=None):
216216
} else if(nSec == 1) {
217217
axon[0] D1 = D2 = diam
218218
} else {
219-
axon[0] D1 = diam
219+
axon[0] D1 = D2 = diam
220220
soma distance() //to calculate distance from soma
221221
forsec axonal{
222222
//if section is longer than 60um then store diam and exit from loop

0 commit comments

Comments
 (0)