Skip to content
Snippets Groups Projects
Commit 11f421d4 authored by andy's avatar andy
Browse files

STYLE: minro code formatting

parent 1f474b83
No related merge requests found
......@@ -84,15 +84,16 @@ public:
basicSourceList(const fvMesh& mesh, const dictionary& dict);
//- Destructor
virtual ~basicSourceList()
{}
//- Destructor
virtual ~basicSourceList()
{}
// Member Functions
// Evaluation
//- Apply sources to equation
template<class Type>
void apply(fvMatrix<Type>& eqn);
......@@ -111,7 +112,6 @@ public:
Ostream& os,
const basicSourceList& sources
);
};
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment