Skip to content
Snippets Groups Projects
Commit 54d8f10c authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Fix bug with private member. Make protected.

parent c5a38227
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
class LocalParametrizationBase{ class LocalParametrizationBase{
private: protected:
unsigned int global_size_; unsigned int global_size_;
unsigned int local_size_; unsigned int local_size_;
public: public:
......
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