Missing compute_pressure.h
This commit is contained in:
@ -42,10 +42,15 @@ class ComputePressure : public Compute {
|
||||
char *id_temp;
|
||||
double virial[6];
|
||||
int hybridpairflag;
|
||||
class Pair *hybridpair;
|
||||
int keflag,pairflag,bondflag,angleflag,dihedralflag,improperflag;
|
||||
int fixflag,kspaceflag;
|
||||
|
||||
void virial_compute(int, int);
|
||||
|
||||
private:
|
||||
int nsub;
|
||||
char *pstyle;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user