Updates to the core-shell gpu pair styles

This commit is contained in:
Trung Nguyen
2018-06-20 10:43:13 -05:00
parent 3ae8fdccd8
commit a9b794b2ab
24 changed files with 454 additions and 299 deletions

View File

@ -72,7 +72,7 @@ class CoulLong : public BaseCharge<numtyp, acctyp> {
numtyp _cut_coulsq, _qqrd2e, _g_ewald;
private:
protected:
bool _allocated;
void loop(const bool _eflag, const bool _vflag);
};