Initial version of lammps halfneighbor list

This commit is contained in:
Jan Eitzinger
2022-03-10 17:06:45 +01:00
parent ba3a0524f6
commit c2fcd50773
4 changed files with 4 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ typedef struct {
int* neighbors;
int maxneighs;
int* numneigh;
int halfneigh;
} Neighbor;
extern void initNeighbor(Neighbor*, Parameter*);