From dfd0ba16a59c9fa21338ec2a1f1a3110c25b2011 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 21 Nov 2016 11:47:25 +0000 Subject: [PATCH] Matrix: Minor reformatting --- src/OpenFOAM/matrices/Matrix/Matrix.H | 2 +- src/OpenFOAM/matrices/Matrix/MatrixIO.C | 2 +- .../matrices/SymmetricSquareMatrix/SymmetricSquareMatrix.H | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/OpenFOAM/matrices/Matrix/Matrix.H b/src/OpenFOAM/matrices/Matrix/Matrix.H index 884979f3d8..cad1c85aa9 100644 --- a/src/OpenFOAM/matrices/Matrix/Matrix.H +++ b/src/OpenFOAM/matrices/Matrix/Matrix.H @@ -298,7 +298,7 @@ public: mType& ); - // Write Matrix to Ostream. + //- Write Matrix to Ostream. friend Ostream& operator<< ( Ostream&, diff --git a/src/OpenFOAM/matrices/Matrix/MatrixIO.C b/src/OpenFOAM/matrices/Matrix/MatrixIO.C index 154a066914..f8c0b51f3f 100644 --- a/src/OpenFOAM/matrices/Matrix/MatrixIO.C +++ b/src/OpenFOAM/matrices/Matrix/MatrixIO.C @@ -29,7 +29,7 @@ License #include "token.H" #include "contiguous.H" -// * * * * * * * * * * * * * * * Ostream Operator * * * * * * * * * * * * * // +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // template Foam::Matrix::Matrix(Istream& is) diff --git a/src/OpenFOAM/matrices/SymmetricSquareMatrix/SymmetricSquareMatrix.H b/src/OpenFOAM/matrices/SymmetricSquareMatrix/SymmetricSquareMatrix.H index 543d16b848..6da53ea3ef 100644 --- a/src/OpenFOAM/matrices/SymmetricSquareMatrix/SymmetricSquareMatrix.H +++ b/src/OpenFOAM/matrices/SymmetricSquareMatrix/SymmetricSquareMatrix.H @@ -108,7 +108,7 @@ Type det(const SymmetricSquareMatrix&); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - #include "SymmetricSquareMatrixI.H" +#include "SymmetricSquareMatrixI.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //