mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6156 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
66e3ed7c58
commit
cef6d81fe6
|
@ -38,6 +38,9 @@ class AtomVec : protected Pointers {
|
|||
int size_data_bonus; // number of values in Bonus line
|
||||
int xcol_data; // column (1-N) where x is in Atom line
|
||||
|
||||
int cudable; // 1 if atom style is CUDA-enabled
|
||||
int *maxsend; // CUDA-specific variable
|
||||
|
||||
AtomVec(class LAMMPS *, int, char **);
|
||||
virtual ~AtomVec() {}
|
||||
virtual void init();
|
||||
|
|
Loading…
Reference in New Issue