enable write_data for atom styles with bonus data

This commit is contained in:
Steve Plimpton
2020-07-06 17:30:45 -06:00
parent 6bf329098e
commit 7918919d30
15 changed files with 447 additions and 128 deletions

View File

@ -63,6 +63,9 @@ 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);
// methods used by other classes to query/set body info
double radius_body(int, int, int *, double *);