cosmetic/whitespace
This commit is contained in:
@ -110,9 +110,7 @@ PairReaxFF::PairReaxFF(LAMMPS *lmp) : Pair(lmp)
|
|||||||
|
|
||||||
setup_flag = 0;
|
setup_flag = 0;
|
||||||
fixspecies_flag = 0;
|
fixspecies_flag = 0;
|
||||||
|
|
||||||
nmax = 0;
|
nmax = 0;
|
||||||
|
|
||||||
list_blocking_flag = 0;
|
list_blocking_flag = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -130,8 +128,8 @@ PairReaxFF::~PairReaxFF()
|
|||||||
// deallocate reax data-structures
|
// deallocate reax data-structures
|
||||||
|
|
||||||
if (api->control->tabulate) Deallocate_Lookup_Tables(api->system);
|
if (api->control->tabulate) Deallocate_Lookup_Tables(api->system);
|
||||||
|
|
||||||
if (api->control->hbond_cut > 0) Delete_List(api->lists+HBONDS);
|
if (api->control->hbond_cut > 0) Delete_List(api->lists+HBONDS);
|
||||||
|
|
||||||
Delete_List(api->lists+BONDS);
|
Delete_List(api->lists+BONDS);
|
||||||
Delete_List(api->lists+THREE_BODIES);
|
Delete_List(api->lists+THREE_BODIES);
|
||||||
Delete_List(api->lists+FAR_NBRS);
|
Delete_List(api->lists+FAR_NBRS);
|
||||||
@ -163,7 +161,6 @@ PairReaxFF::~PairReaxFF()
|
|||||||
memory->destroy(tmpbo);
|
memory->destroy(tmpbo);
|
||||||
|
|
||||||
delete[] pvector;
|
delete[] pvector;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
@ -531,7 +528,6 @@ void PairReaxFF::compute(int eflag, int vflag)
|
|||||||
}
|
}
|
||||||
FindBond();
|
FindBond();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user