Matrix: Minor reformatting

This commit is contained in:
Henry Weller 2016-11-21 11:47:25 +00:00
parent 56919a4442
commit dfd0ba16a5
3 changed files with 3 additions and 3 deletions

View file

@ -298,7 +298,7 @@ public:
mType& mType&
); );
// Write Matrix to Ostream. //- Write Matrix to Ostream.
friend Ostream& operator<< <Form, Type> friend Ostream& operator<< <Form, Type>
( (
Ostream&, Ostream&,

View file

@ -29,7 +29,7 @@ License
#include "token.H" #include "token.H"
#include "contiguous.H" #include "contiguous.H"
// * * * * * * * * * * * * * * * Ostream Operator * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
template<class Form, class Type> template<class Form, class Type>
Foam::Matrix<Form, Type>::Matrix(Istream& is) Foam::Matrix<Form, Type>::Matrix(Istream& is)

View file

@ -108,7 +108,7 @@ Type det(const SymmetricSquareMatrix<Type>&);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "SymmetricSquareMatrixI.H" #include "SymmetricSquareMatrixI.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //