Skip to content
Snippets Groups Projects
Commit 1eb9edaa authored by Alperen, Abdullah's avatar Alperen, Abdullah
Browse files

PuReMD: fix a minor bug regarding Init_Forces

parent a3bc75e6
No related branches found
No related tags found
No related merge requests found
......@@ -558,8 +558,7 @@ void Init_Forces( reax_system *system, control_params *control,
&& (j < system->n || atom_i->orig_id < atom_j->orig_id))
|| far_nbrs->format == FULL_LIST )
{
if( j < system->n )
H->entries[Htop].j = j;
H->entries[Htop].j = j;
if ( control->tabulate == 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