mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6170 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
064bf3b8f7
commit
8664dffaa6
|
@ -27,12 +27,12 @@ namespace LAMMPS_NS {
|
|||
class FixWallReflect : public Fix {
|
||||
public:
|
||||
FixWallReflect(class LAMMPS *, int, char **);
|
||||
~FixWallReflect();
|
||||
virtual ~FixWallReflect();
|
||||
int setmask();
|
||||
void init();
|
||||
void post_integrate();
|
||||
|
||||
private:
|
||||
protected:
|
||||
int nwall;
|
||||
int wallwhich[6],wallstyle[6];
|
||||
double coord0[6];
|
||||
|
|
Loading…
Reference in New Issue