enable replicate to work with local ptrs

This commit is contained in:
Steve Plimpton
2019-12-18 08:56:03 -07:00
parent db6d272303
commit b6374bacfb
47 changed files with 686 additions and 480 deletions

View File

@ -100,7 +100,8 @@ void Replicate::command(int narg, char **arg)
maxmol = maxmol_all;
}
// check image flags maximum extent; only efficient small image flags compared to new system
// check image flags maximum extent
// only efficient small image flags compared to new system
int _imagelo[3], _imagehi[3];
_imagelo[0] = 0;