Merge branch 'amoeba' into amoeba-gpu

This commit is contained in:
Trung Nguyen
2022-04-22 16:10:24 -05:00
4933 changed files with 388163 additions and 506968 deletions

View File

@ -20,7 +20,7 @@ namespace LAMMPS_AL {
extern Device<PRECISION,ACC_PRECISION> global_device;
template <class numtyp, class acctyp>
BaseThreeT::BaseThree() : _compiled(false), _max_bytes(0), _onetype(-1) {
BaseThreeT::BaseThree() : _compiled(false), _onetype(-1), _max_bytes(0) {
device=&global_device;
ans=new Answer<numtyp,acctyp>();
nbor=new Neighbor();