Forgot to include change in fix_enforce2d to access fixlist in kokkos port.

This commit is contained in:
Stefan Paquay 2018-06-29 11:58:27 -04:00
parent 14c4aea32d
commit e08ccd0a7c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class FixEnforce2D : public Fix {
void post_force_respa(int, int, int);
void min_post_force(int);
private:
protected:
int nfixlist;
class Fix **flist;
};