We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1f75d commit 4524ea3Copy full SHA for 4524ea3
src/ivoc/ocnoiv1.cpp
@@ -9,12 +9,13 @@ extern "C" {
9
10
extern void hoc_ret();
11
extern void hoc_pushx(double);
12
+extern void nrn_shape_update();
13
14
void ivoc_help(const char*){}
15
void ivoc_cleanup() {}
16
int hoc_readcheckpoint(char*){ return 0; }
17
-void hoc_notify_iv() {hoc_ret(); hoc_pushx(0.);}
18
+void hoc_notify_iv() {nrn_shape_update(); hoc_ret(); hoc_pushx(0.);}
19
void hoc_xpvalue() { hoc_ret(); hoc_pushx(0.);}
20
void hoc_xlabel() { hoc_ret(); hoc_pushx(0.);}
21
void hoc_xbutton() { hoc_ret(); hoc_pushx(0.);}
0 commit comments