add body support, change bonus buf to 1d so can be variable length
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user