Matrix: Minor reformatting
This commit is contained in:
@ -298,7 +298,7 @@ public:
|
||||
mType&
|
||||
);
|
||||
|
||||
// Write Matrix to Ostream.
|
||||
//- Write Matrix to Ostream.
|
||||
friend Ostream& operator<< <Form, Type>
|
||||
(
|
||||
Ostream&,
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -108,7 +108,7 @@ Type det(const SymmetricSquareMatrix<Type>&);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#include "SymmetricSquareMatrixI.H"
|
||||
#include "SymmetricSquareMatrixI.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user