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

Commit 4fba782

Browse files
Nicolas CornuNicolas Cornu
authored andcommitted
try a fix
1 parent 79528e0 commit 4fba782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/codegen_c_visitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@ CodegenCVisitor::ParamVector CodegenCVisitor::internal_method_parameters() {
19091909
params.emplace_back("", "IonCurVar&", "", "ionvar");
19101910
}
19111911
params.emplace_back("", "double*", "", "data");
1912-
params.emplace_back("const", "", "Datum*", "", "indexes");
1912+
params.emplace_back("const ", "Datum*", "", "indexes");
19131913
params.emplace_back(param_type_qualifier(), "ThreadDatum*", "", "thread");
19141914
params.emplace_back(param_type_qualifier(), "NrnThread*", param_ptr_qualifier(), "nt");
19151915
params.emplace_back("", "double", "", "v");

0 commit comments

Comments
 (0)