Formatting
This commit is contained in:
parent
6078082079
commit
ca9faf234e
1 changed files with 2 additions and 6 deletions
|
@ -66,14 +66,9 @@ class BlockCoeffMaxNorm
|
|||
//- Control data dictionary
|
||||
dictionary dict_;
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
// Protected data types
|
||||
|
||||
|
||||
// Protected data
|
||||
|
||||
|
||||
// Protected Member Functions
|
||||
|
||||
//- Return dictionary
|
||||
|
@ -82,6 +77,7 @@ protected:
|
|||
return dict_;
|
||||
}
|
||||
|
||||
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
|
|
Reference in a new issue