Skip to content
Snippets Groups Projects
Commit cf4d945a authored by Henry Weller's avatar Henry Weller
Browse files

Matrix: Minor reformatting

parent 7d39328b
Branches
No related merge requests found
......@@ -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"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment