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

Commit b9cd495

Browse files
author
Nicolas Cornu
committed
Fix const
1 parent 872c4de commit b9cd495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreneuron/gpu/nrn_acc_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ static void update_ml_on_host(const Memb_list* ml, int type) {
219219
// clang-format on
220220
}
221221

222-
static void delete_ml_from_device(const Memb_list* ml, int type) {
222+
static void delete_ml_from_device(Memb_list* ml, int type) {
223223
int is_art = corenrn.get_is_artificial()[type];
224224
if (is_art) {
225225
return;

0 commit comments

Comments
 (0)