mended un-done changes from Git master

This commit is contained in:
Steven J. Plimpton
2018-07-24 11:36:12 -06:00
parent 2f55981224
commit b08a2fcd3b
3 changed files with 11 additions and 3 deletions

View File

@ -1208,6 +1208,7 @@ int Domain::closest_image(double *pos, int j)
/* ----------------------------------------------------------------------
find and return Xj image = periodic image of Xj that is closest to Xi
for triclinic, add/subtract tilt factors in other dims as needed
called by ServerMD class
------------------------------------------------------------------------- */
void Domain::closest_image(double *xi, double *xj, double *xjimage)