Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 09fa9a9

Browse filesBrowse files
committed
Add a comment about the implementation of array_view
1 parent 5cc03bf commit 09fa9a9
Copy full SHA for 09fa9a9

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎src/numpy_cpp.h

Copy file name to clipboardExpand all lines: src/numpy_cpp.h
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ class array_view_accessors<AV, T, 3>
331331

332332
};
333333

334+
// When adding instantiations of array_view_accessors, remember to add entries
335+
// to zeros[] below.
336+
334337
}
335338

336339
static npy_intp zeros[] = { 0, 0, 0 };

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.