Merge remote-tracking branch 'origin/master'

This commit is contained in:
Vsevak
2020-06-15 18:38:40 +03:00
5526 changed files with 479177 additions and 2216677 deletions

View File

@ -23,7 +23,7 @@ const char *lj_tip4p=0;
#include "lal_lj_tip4p_long.h"
#include <cassert>
using namespace LAMMPS_AL;
namespace LAMMPS_AL {
#define LJTIP4PLongT LJ_TIP4PLong<numtyp, acctyp>
extern Device<PRECISION,ACC_PRECISION> device;
@ -381,6 +381,5 @@ int** LJTIP4PLongT::compute(const int ago, const int inum_full,
}
template class LJ_TIP4PLong<PRECISION,ACC_PRECISION>;
}