update to current master

This commit is contained in:
Steve Plimpton
2020-04-30 11:57:17 -06:00
6448 changed files with 2492395 additions and 318578 deletions

View File

@ -320,6 +320,7 @@ class Atom : protected Pointers {
inline int* get_map_array() {return map_array;};
inline int get_map_size() {return map_tag_max+1;};
inline int get_max_same() {return max_same;};
inline int get_map_maxarray() {return map_maxarray+1;};
// NOTE: placeholder method until KOKKOS/AtomVec is refactored