change to RCB cuts in load-balancing commands, also a new option for fix halt
This commit is contained in:
@ -35,11 +35,13 @@ class FixHalt : public Fix {
|
||||
void post_run();
|
||||
|
||||
private:
|
||||
int attribute,operation,eflag,ivar;
|
||||
double value;
|
||||
int attribute,operation,eflag,msgflag,ivar;
|
||||
bigint nextstep;
|
||||
double value,tratio;
|
||||
char *idvar;
|
||||
|
||||
double bondmax();
|
||||
double tlimit();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user