Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Sep 19, 2023
1 parent af128ce commit 3d119bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nrniv/glinerec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void NetCvode::simgraph_remove() {
if (!grl) {
return;
}
for(auto& item: *grl) {
for (auto& item: *grl) {
delete item;
}
}
Expand Down

0 comments on commit 3d119bd

Please sign in to comment.