code cleanup

This commit is contained in:
Steve Plimpton
2023-09-02 18:46:58 -06:00
parent 57f6526e53
commit 78fbdad59e
2 changed files with 4 additions and 4 deletions

View File

@ -117,7 +117,7 @@ void CreateBox::command(int narg, char **arg)
// use lattice2box() to generate origin and ABC vectors
// origin = abc lo
// ABC vectors = hi in one dim - orign
// ABC vectors = hi in one dim - origin
double avec[3],bvec[3],cvec[3],origin[3];
double px,py,pz;