mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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