Skip to content
Snippets Groups Projects
Commit ac4b121e authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

make data-members of continuous datacollector protected

parent b92b2177
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ public: ...@@ -136,7 +136,7 @@ public:
return data; return data;
} }
public: // protected: protected:
using Super::gridView_; using Super::gridView_;
std::uint64_t numPoints_ = 0; std::uint64_t numPoints_ = 0;
std::uint64_t numCells_ = 0; std::uint64_t numCells_ = 0;
......
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