~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to src/USER-CUDA/pair_lj_charmm_coul_charmm_implicit_cuda.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ----------------------------------------------------------------------
 
1
/* -*- c++ -*- ----------------------------------------------------------
2
2
   LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
3
3
 
4
4
   Original Version:
50
50
                void allocate();
51
51
                bool allocated2;
52
52
                class CudaNeighList* cuda_neigh_list;
53
 
                cCudaData<double  , F_FLOAT , x >* cu_lj1_gm;
54
 
                cCudaData<double  , F_FLOAT , x >* cu_lj2_gm;
55
 
                cCudaData<double  , F_FLOAT , x >* cu_lj3_gm;
56
 
                cCudaData<double  , F_FLOAT , x >* cu_lj4_gm;
 
53
                cCudaData<double  , F_CFLOAT , x >* cu_lj1_gm;
 
54
                cCudaData<double  , F_CFLOAT , x >* cu_lj2_gm;
 
55
                cCudaData<double  , F_CFLOAT , x >* cu_lj3_gm;
 
56
                cCudaData<double  , F_CFLOAT , x >* cu_lj4_gm;
57
57
};
58
58
 
59
59
}