Skip to content

Commit

Permalink
try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu authored and Nicolas Cornu committed Jun 15, 2022
1 parent 79528e0 commit 4fba782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/codegen_c_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1909,7 +1909,7 @@ CodegenCVisitor::ParamVector CodegenCVisitor::internal_method_parameters() {
params.emplace_back("", "IonCurVar&", "", "ionvar");
}
params.emplace_back("", "double*", "", "data");
params.emplace_back("const", "", "Datum*", "", "indexes");
params.emplace_back("const ", "Datum*", "", "indexes");
params.emplace_back(param_type_qualifier(), "ThreadDatum*", "", "thread");
params.emplace_back(param_type_qualifier(), "NrnThread*", param_ptr_qualifier(), "nt");
params.emplace_back("", "double", "", "v");
Expand Down

0 comments on commit 4fba782

Please sign in to comment.