Skip to content
Snippets Groups Projects
Commit e08ccd0a authored by Stefan Paquay's avatar Stefan Paquay
Browse files

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

parent 14c4aea3
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ class FixEnforce2D : public Fix { ...@@ -36,7 +36,7 @@ class FixEnforce2D : public Fix {
void post_force_respa(int, int, int); void post_force_respa(int, int, int);
void min_post_force(int); void min_post_force(int);
private: protected:
int nfixlist; int nfixlist;
class Fix **flist; class Fix **flist;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment