changes for next patch, 2d disc options for spheres, fix external upgrade, bug fixes for fix ave/chunk for density calcs, Aidan doc page citation deconvolution

This commit is contained in:
Steve Plimpton
2017-03-21 08:56:37 -06:00
parent 145e682ad3
commit dcede304df
112 changed files with 912 additions and 534 deletions

View File

@ -96,6 +96,7 @@ class Modify : protected Pointers {
void modify_fix(int, char **);
void delete_fix(const char *);
int find_fix(const char *);
int find_fix_by_style(const char *);
int check_package(const char *);
void add_compute(int, char **, int trysuffix=0);