git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6156 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2011-05-20 15:50:14 +00:00
parent 66e3ed7c58
commit cef6d81fe6
1 changed files with 3 additions and 0 deletions

View File

@ -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();