Skip to content
Snippets Groups Projects
Commit 92742c53 authored by mkanski's avatar mkanski
Browse files

Introduced the change in reax/c/omp

parent e26c1706
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment