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

@ -2304,16 +2304,6 @@ void AtomVec::write_improper(FILE *fp, int n, tagint **buf, int index)
}
}
/* ----------------------------------------------------------------------
return size_data_bonus
only AtomVecHybrid overrides this, so it can select which bonus data via flag
------------------------------------------------------------------------- */
int AtomVec::size_data_bonus_query(int /*flag*/)
{
return size_data_bonus;
}
/* ----------------------------------------------------------------------
return # of bytes of allocated memory
------------------------------------------------------------------------- */