fix issues in AtomVec refactoring detected by compiler warnings

This commit is contained in:
Axel Kohlmeyer
2020-05-10 14:05:32 -04:00
parent b799e44e5c
commit 987bff27d4
3 changed files with 9 additions and 14 deletions

View File

@ -192,7 +192,6 @@ void AtomVecEllipsoid::unpack_comm_bonus(int n, int first, double *buf)
int AtomVecEllipsoid::pack_border_bonus(int n, int *list, double *buf)
{
int i,j,m;
double dx,dy,dz;
double *shape,*quat;
m = 0;