new accessor APIs for fixes and computes in Modify plus a few applications
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user