new accessor APIs for fixes and computes in Modify plus a few applications

This commit is contained in:
Axel Kohlmeyer
2021-08-08 17:25:06 -04:00
parent ef04f6ca69
commit 5b40e4cb38
20 changed files with 397 additions and 388 deletions

View File

@ -37,6 +37,7 @@ class FixGravity : public Fix {
virtual void post_force_respa(int, int, int);
double compute_scalar();
void *extract(const char *, int &);
enum { CONSTANT, EQUAL };
protected:
int style, disable;