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

« back to all changes in this revision

Viewing changes to src/USER-CUDA/fix_temp_berendsen_cuda.cpp

  • 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:
47
47
#include "modify.h"
48
48
#include "compute.h"
49
49
#include "error.h"
50
 
#include "cuda.h"
 
50
#include "user_cuda.h"
51
51
#include "cuda_modify_flags.h"
52
52
 
53
53
using namespace LAMMPS_NS;