Introduced the change in reax/c/omp

This commit is contained in:
mkanski 2018-01-10 18:00:22 +01:00
parent e26c170679
commit 92742c5373
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ void PairReaxCOMP::init_style( )
neighbor->requests[irequest]->newton = 2;
neighbor->requests[irequest]->ghost = 1;
cutmax = MAX3(control->nonb_cut, control->hbond_cut, 2*control->bond_cut);
cutmax = MAX3(control->nonb_cut, control->hbond_cut, control->bond_cut);
for( int i = 0; i < LIST_N; ++i )
lists[i].allocated = 0;