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

This commit is contained in:
sjplimp
2013-07-29 17:32:29 +00:00
parent 33b91864aa
commit a2367f3cba
5 changed files with 40 additions and 10 deletions

View File

@ -286,7 +286,8 @@ void Respa::init()
ev_setup();
// detect if fix omp is present and will clear force arrays for us
// detect if fix omp is present and will clear force arrays
int ifix = modify->find_fix("package_omp");
if (ifix >= 0) external_force_clear = 1;