mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minro code formatting
This commit is contained in:
@ -84,15 +84,16 @@ public:
|
|||||||
basicSourceList(const fvMesh& mesh, const dictionary& dict);
|
basicSourceList(const fvMesh& mesh, const dictionary& dict);
|
||||||
|
|
||||||
|
|
||||||
//- Destructor
|
//- Destructor
|
||||||
virtual ~basicSourceList()
|
virtual ~basicSourceList()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
// Evaluation
|
// Evaluation
|
||||||
|
|
||||||
|
//- Apply sources to equation
|
||||||
template<class Type>
|
template<class Type>
|
||||||
void apply(fvMatrix<Type>& eqn);
|
void apply(fvMatrix<Type>& eqn);
|
||||||
|
|
||||||
@ -111,7 +112,6 @@ public:
|
|||||||
Ostream& os,
|
Ostream& os,
|
||||||
const basicSourceList& sources
|
const basicSourceList& sources
|
||||||
);
|
);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|||||||
Reference in New Issue
Block a user