Skip to content
Snippets Groups Projects
Commit f64473fc authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

make block structure protected

[[Imported from SVN: r3321]]
parent 28bac71b
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,13 @@ template<class OperatorType,
typedef typename DiscFuncType::block_type VectorBlock;
enum {BlockSize = VectorBlock::dimension};
protected:
// Describes the ordering of the degrees of freedom in 1d blocks
std::vector<std::vector<unsigned int> > blockStructure_;
enum {BlockSize = VectorBlock::dimension};
public:
//! Default constructor. Doesn't init anything
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment