STYLE: minro code formatting

This commit is contained in:
andy
2011-11-02 13:12:52 +00:00
parent 1f474b835b
commit 11f421d4b5

View File

@ -93,6 +93,7 @@ public:
// 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
); );
}; };
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //