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&
);
// Write Matrix to Ostream.
//- Write Matrix to Ostream.
friend Ostream& operator<< <Form, Type>
(
Ostream&,

View File

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

View File

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