fix buffer size and format bugs in atom_vec_tri.cpp

This commit is contained in:
Axel Kohlmeyer
2020-07-12 15:46:56 -04:00
parent 5f14d5c87f
commit 60f078a8f9
3 changed files with 3 additions and 6 deletions

View File

@ -490,7 +490,6 @@ int AtomVecLine::pack_data_bonus(double *buf, int /*flag*/)
buf[m++] = y2;
} else m += size_data_bonus;
}
return m;
}