add body support, change bonus buf to 1d so can be variable length

This commit is contained in:
Steve Plimpton
2020-07-07 11:34:30 -06:00
parent 7918919d30
commit 955bff7c4e
20 changed files with 234 additions and 138 deletions

View File

@ -63,8 +63,8 @@ class AtomVecBody : public AtomVec {
void pack_data_pre(int);
void pack_data_post(int);
int pack_data_bonus(double **, int);
void write_data_bonus(FILE *, int, double **, int);
int pack_data_bonus(double *, int);
void write_data_bonus(FILE *, int, double *, int);
// methods used by other classes to query/set body info