Matrix: Minor reformatting
This commit is contained in:
parent
56919a4442
commit
dfd0ba16a5
3 changed files with 3 additions and 3 deletions
|
|
@ -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&,
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@ Type det(const SymmetricSquareMatrix<Type>&);
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
#include "SymmetricSquareMatrixI.H"
|
#include "SymmetricSquareMatrixI.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue