Merge branch 'develop' into remove-error-docs-in-header

This commit is contained in:
Axel Kohlmeyer
2022-04-23 12:46:54 -04:00
297 changed files with 9038 additions and 5352 deletions

View File

@ -184,8 +184,8 @@ class Modify : protected Pointers {
int index_permanent; // fix/compute index returned to library call
// vectors to be used for new-API accessors as wrapper
std::vector<Fix *>fix_list;
std::vector<Compute *>compute_list;
std::vector<Fix *> fix_list;
std::vector<Compute *> compute_list;
void list_init(int, int &, int *&);
void list_init_end_of_step(int, int &, int *&);