anticipate patches from upstream to 12 Aug 2013 version

This commit is contained in:
Axel Kohlmeyer
2013-07-30 10:12:29 +02:00
parent 39f16dc386
commit dedb247fcd
19 changed files with 193 additions and 69 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;