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

Commit 656580b

Browse files
author
Jaquier Aurélien Tristan
committed
update stochkv test data
1 parent 9207102 commit 656580b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/stochkv/stochkv3cell.hoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ proc distribute_distance(){local x localobj sl
9898
this.soma[0] distance(0, 0.5)
9999
sprint(distfunc, "%%s %s(%%f) = %s", mech, distfunc)
100100
forsec sl for(x, 0) {
101-
sprint(stmp, distfunc, secname(), x, distance(x))
101+
sprint(stmp, distfunc, secname(), x, distance(x), distance(x))
102102
execute(stmp)
103103
}
104104
}

examples/stochkv/stochkv3cell_det.hoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ proc distribute_distance(){local x localobj sl
9898
this.soma[0] distance(0, 0.5)
9999
sprint(distfunc, "%%s %s(%%f) = %s", mech, distfunc)
100100
forsec sl for(x, 0) {
101-
sprint(stmp, distfunc, secname(), x, distance(x))
101+
sprint(stmp, distfunc, secname(), x, distance(x), distance(x))
102102
execute(stmp)
103103
}
104104
}

examples/stochkv/stochkvcell.hoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ proc distribute_distance(){local x localobj sl
9898
this.soma[0] distance(0, 0.5)
9999
sprint(distfunc, "%%s %s(%%f) = %s", mech, distfunc)
100100
forsec sl for(x, 0) {
101-
sprint(stmp, distfunc, secname(), x, distance(x))
101+
sprint(stmp, distfunc, secname(), x, distance(x), distance(x))
102102
execute(stmp)
103103
}
104104
}

examples/stochkv/stochkvcell_det.hoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ proc distribute_distance(){local x localobj sl
9898
this.soma[0] distance(0, 0.5)
9999
sprint(distfunc, "%%s %s(%%f) = %s", mech, distfunc)
100100
forsec sl for(x, 0) {
101-
sprint(stmp, distfunc, secname(), x, distance(x))
101+
sprint(stmp, distfunc, secname(), x, distance(x), distance(x))
102102
execute(stmp)
103103
}
104104
}

0 commit comments

Comments
 (0)