git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6339 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -85,7 +85,6 @@ void VerletCuda::setup()
|
||||
cuda->oncpu = true;
|
||||
cuda->begin_setup = true;
|
||||
cuda->finished_run = false;
|
||||
strcpy(update->integrate_style,"verlet");
|
||||
|
||||
time_pair=0;
|
||||
time_kspace=0;
|
||||
@ -345,7 +344,6 @@ void VerletCuda::setup_minimal(int flag)
|
||||
cuda->begin_setup = true;
|
||||
cuda->finished_run = false;
|
||||
MYDBG(printf("# CUDA VerletCuda::setup start\n"); )
|
||||
strcpy(update->integrate_style,"verlet");
|
||||
time_pair=0;
|
||||
time_kspace=0;
|
||||
time_comm=0;
|
||||
|
||||
@ -255,9 +255,9 @@ void Update::new_integrate(char *style, int narg, char **arg,
|
||||
else success = 0;
|
||||
}
|
||||
|
||||
if (!success) {
|
||||
sflag = 0;
|
||||
|
||||
if (!success) {
|
||||
if (0) return;
|
||||
|
||||
#define INTEGRATE_CLASS
|
||||
|
||||
Reference in New Issue
Block a user