Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit ee26e59

Browse files
authored
mod2c translated mod files with BEFORE/AFTER need a declaration. (#748)
1 parent fa24f3e commit ee26e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coreneuron/mechanism/membfunc.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ extern double nrn_ghk(double v, double ci, double co, double z);
120120
nrn_pragma_omp(end declare target)
121121
extern void hoc_register_prop_size(int, int, int);
122122
extern void hoc_register_dparam_semantics(int type, int, const char* name);
123+
extern void hoc_reg_ba(int, mod_f_t, int);
123124

124125
struct DoubScal {
125126
const char* name;

0 commit comments

Comments
 (0)