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
|
//- Control data dictionary
|
||||||
dictionary dict_;
|
dictionary dict_;
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected data types
|
|
||||||
|
|
||||||
|
|
||||||
// Protected data
|
|
||||||
|
|
||||||
|
|
||||||
// Protected Member Functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Return dictionary
|
//- Return dictionary
|
||||||
|
@ -82,6 +77,7 @@ protected:
|
||||||
return dict_;
|
return dict_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
//- Runtime type information
|
//- Runtime type information
|
||||||
|
|
Reference in a new issue