change to RCB cuts in load-balancing commands, also a new option for fix halt

This commit is contained in:
Steve Plimpton
2017-03-10 15:55:07 -07:00
parent 470353e320
commit f871ecdc67
15 changed files with 686 additions and 51 deletions

View File

@ -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();
};
}