laplacianScheme: make private member functions private
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1965
This commit is contained in:
@ -77,6 +77,8 @@ protected:
|
||||
tmp<snGradScheme<Type> > tsnGradScheme_;
|
||||
|
||||
|
||||
private:
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow copy construct
|
||||
|
||||
Reference in New Issue
Block a user