Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
cf4d945a
Commit
cf4d945a
authored
Nov 21, 2016
by
Henry Weller
Browse files
Matrix: Minor reformatting
parent
7d39328b
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/matrices/Matrix/Matrix.H
View file @
cf4d945a
...
...
@@ -298,7 +298,7 @@ public:
mType
&
);
// Write Matrix to Ostream.
//
-
Write Matrix to Ostream.
friend
Ostream
&
operator
<<
<
Form
,
Type
>
(
Ostream
&
,
...
...
src/OpenFOAM/matrices/Matrix/MatrixIO.C
View file @
cf4d945a
...
...
@@ -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
)
...
...
src/OpenFOAM/matrices/SymmetricSquareMatrix/SymmetricSquareMatrix.H
View file @
cf4d945a
...
...
@@ -108,7 +108,7 @@ Type det(const SymmetricSquareMatrix<Type>&);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include
"SymmetricSquareMatrixI.H"
#include
"SymmetricSquareMatrixI.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment