Skip to content

Commit 1b5cdb1

Browse files
authored
Change reaction_indices to nullptr from NULL
1 parent 0802107 commit 1b5cdb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nrnpython/grids.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ ECS_Grid_node::~ECS_Grid_node() {
12701270
}
12711271
#endif
12721272
free(all_reaction_indices);
1273-
reaction_indices = NULL;
1273+
reaction_indices = nullptr;
12741274
free(react_offsets);
12751275
free(all_currents);
12761276
free(ecs_adi_dir_x);

0 commit comments

Comments
 (0)