Recheck existence of pair style in init

This commit is contained in:
Julien Devemy
2019-07-02 16:13:20 +02:00
parent 350d8f5812
commit 9984cbc99a
2 changed files with 16 additions and 1 deletions

View File

@ -50,6 +50,7 @@ class ComputePressure : public Compute {
private:
char *pstyle;
int nsub;
};
}