Changeset e4b9d5 for src/Python/export_numpy.cpp
- Timestamp:
- Dec 21, 2025, 9:50:22 PM (7 days ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 802a9d
- Parents:
- bc58f2
- git-author:
- Frederik Heber <frederik.heber@…> (11/20/25 17:20:49)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/21/25 21:50:22)
- File:
-
- 1 edited
-
src/Python/export_numpy.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Python/export_numpy.cpp
rbc58f2 re4b9d5 126 126 boost::function<void (atom &, const Vector &)> &_set_function) 127 127 { 128 #ifndef NDEBUG 128 129 unsigned int num_atoms = get_num_atoms(); 129 130 #endif 130 131 // check whether shape of array is correct 131 132 ASSERT( _positions.shape(0) == num_atoms,
Note:
See TracChangeset
for help on using the changeset viewer.
