Skip to content

Commit

Permalink
Fix linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 5, 2024
1 parent 6ba3391 commit 65ae16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oc/oc_ansi.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void install_vector_method(const char*, double (*)(void*));
int vector_arg_px(int i, double** p);

double hoc_Exp(double);
double hoc_pow(double, double);
extern "C" double hoc_pow(double, double);
int hoc_is_tempobj_arg(int narg);
std::FILE* hoc_obj_file_arg(int i);
void hoc_reg_nmodl_text(int type, const char* txt);
Expand Down

0 comments on commit 65ae16b

Please sign in to comment.