add flag to reax/c system struct to signaling, whether OpenMP is active

This commit is contained in:
Axel Kohlmeyer
2017-07-13 17:32:27 -04:00
parent 9988030409
commit 609c8b1e87
3 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,8 @@ PairReaxC::PairReaxC(LAMMPS *lmp) : Pair(lmp)
system->my_atoms = NULL;
system->pair_ptr = this;
system->omp_active = 0;
fix_reax = NULL;
tmpid = NULL;
tmpbo = NULL;