Skip to content

Commit

Permalink
refactor: fix kernel location
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Sep 14, 2022
1 parent 99922cb commit be6445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu-kernels/awkward_Index_iscontiguous.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_regularize_arrayslice.cpp", line)
#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_regularize_iscontiguous.cpp", line)

#include "awkward/kernels.h"

Expand Down

0 comments on commit be6445a

Please sign in to comment.