Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CaRoLZhangxy committed Jan 25, 2024
1 parent f8dab4d commit 795058c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/api_cc/include/commonPT.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <vector>

#include "neighbor_list.h"

namespace deepmd {
struct NeighborListDataPT {
/// Array stores the core region atom's index
std::vector<int> ilist;
Expand All @@ -25,3 +25,4 @@ struct NeighborListDataPT {
int nnei);
// void make_inlist(InputNlist& inlist);
};
}

0 comments on commit 795058c

Please sign in to comment.