Skip to content

Commit

Permalink
eion.cpp -Wall free
Browse files Browse the repository at this point in the history
  • Loading branch information
nrnhines committed Sep 21, 2024
1 parent 0d087b7 commit bfc82da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nrnoc/eion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ void second_order_cur(NrnThread* nt) {
extern int secondorder;
NrnThreadMembList* tml;
Memb_list* ml;
int j, i, i2;
int i, i2;
constexpr auto c = 3;
constexpr auto dc = 4;
if (secondorder == 2) {
Expand Down

0 comments on commit bfc82da

Please sign in to comment.