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

This commit is contained in:
sjplimp 2015-01-05 18:36:18 +00:00
parent 7b8f7ed44d
commit 4a0b9a3c5a
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ FixIntel::FixIntel(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg)
// if ncops is zero, just run on the cpu
if (ncops < 1) {
_cop = -1;
ncops = -1;
_offload_balance = 0.0;
}