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

« back to all changes in this revision

Viewing changes to src/dihedral.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:
32
32
  unsigned int datamask;
33
33
  unsigned int datamask_ext;
34
34
 
 
35
  // KOKKOS host/device flag and data masks
 
36
  ExecutionSpace execution_space;
 
37
  unsigned int datamask_read,datamask_modify;
 
38
 
35
39
  Dihedral(class LAMMPS *);
36
40
  virtual ~Dihedral();
37
41
  virtual void init();