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

This commit is contained in:
sjplimp
2009-08-13 16:05:41 +00:00
parent bd0d78aeac
commit 5c4b5a82aa
15 changed files with 260 additions and 188 deletions

View File

@ -25,6 +25,7 @@
#define LJ_GPU_MEMORY_H
#include "nvc_device.h"
#include "nvc_traits.h"
#include "pair_gpu_atom.h"
#include "pair_gpu_nbor.h"
@ -70,7 +71,7 @@ class LJ_GPU_Memory {
// --------------- Const Data for Atoms
NVC_ConstMatT sigma, epsilon, cutsq, offset;
NVC_ConstMat< typename cu_vec_traits<numtyp>::vec2 > lj1, lj3;
NVC_ConstMat< typename nvc_vec_traits<numtyp>::vec2 > lj1, lj3;
NVC_VecT special_lj;
size_t max_atoms;