new fix wall/gran/region command, REBO bug fix, new example log files

This commit is contained in:
Steve Plimpton
2016-10-06 15:47:41 -06:00
parent c213457550
commit b3d2fb91bb
63 changed files with 6354 additions and 490 deletions

View File

@ -34,10 +34,12 @@ class RegIntersect : public Region {
int surface_exterior(double *, double);
void shape_update();
void pretransform();
void set_velocity();
void write_restart(FILE *);
int restart(char *, int);
void reset_vel();
private:
int nregion;
int *list;
char **idsub;
};