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
727ea48e
Commit
727ea48e
authored
May 29, 2020
by
Mark OLESEN
Browse files
STYLE: include scalar.H instead of floatScalar.H/doubleScalar.H separately
STYLE: adjust code comments
parent
1d2391e0
Changes
10
Hide whitespace changes
Inline
Side-by-side
applications/test/DiagTensor/Test-DiagTensor.C
View file @
727ea48e
...
...
@@ -42,8 +42,7 @@ Description
#include
"SymmTensor.H"
#include
"SphericalTensor.H"
#include
"DiagTensor.H"
#include
"floatScalar.H"
#include
"doubleScalar.H"
#include
"scalar.H"
#include
"complex.H"
using
namespace
Foam
;
...
...
applications/test/SphericalTensor/Test-SphericalTensor.C
View file @
727ea48e
...
...
@@ -42,8 +42,7 @@ Description
#include
"SymmTensor.H"
#include
"SphericalTensor.H"
#include
"DiagTensor.H"
#include
"floatScalar.H"
#include
"doubleScalar.H"
#include
"scalar.H"
#include
"complex.H"
using
namespace
Foam
;
...
...
applications/test/SphericalTensor2D/Test-SphericalTensor2D.C
View file @
727ea48e
...
...
@@ -41,8 +41,7 @@ Description
#include
"Tensor2D.H"
#include
"SymmTensor2D.H"
#include
"SphericalTensor2D.H"
#include
"floatScalar.H"
#include
"doubleScalar.H"
#include
"scalar.H"
#include
"complex.H"
using
namespace
Foam
;
...
...
applications/test/SymmTensor/Test-SymmTensor.C
View file @
727ea48e
...
...
@@ -43,8 +43,7 @@ Description
#include
"symmTensor.H"
#include
"transform.H"
#include
"Random.H"
#include
"floatScalar.H"
#include
"doubleScalar.H"
#include
"scalar.H"
#include
"complex.H"
using
namespace
Foam
;
...
...
applications/test/SymmTensor2D/Test-SymmTensor2D.C
View file @
727ea48e
...
...
@@ -43,8 +43,7 @@ Description
#include
"symmTensor2D.H"
#include
"transform.H"
#include
"Random.H"
#include
"floatScalar.H"
#include
"doubleScalar.H"
#include
"scalar.H"
#include
"complex.H"
using
namespace
Foam
;
...
...
applications/test/Tensor/Test-Tensor.C
View file @
727ea48e
...
...
@@ -44,8 +44,7 @@ Description
#include
"tensor.H"
#include
"transform.H"
#include
"Random.H"
#include
"floatScalar.H"
#include
"doubleScalar.H"
#include
"scalar.H"
#include
"complex.H"
using
namespace
Foam
;
...
...
applications/test/Tensor2D/Test-Tensor2D.C
View file @
727ea48e
...
...
@@ -46,8 +46,7 @@ Description
#include
"symmTensor2D.H"
#include
"transform.H"
#include
"Random.H"
#include
"floatScalar.H"
#include
"doubleScalar.H"
#include
"scalar.H"
#include
"complex.H"
using
namespace
Foam
;
...
...
src/OpenFOAM/db/error/error.H
View file @
727ea48e
...
...
@@ -114,6 +114,7 @@ public:
// Member Functions
//- The accumulated error message
string
message
()
const
;
//- Clear any messages
...
...
src/OpenFOAM/db/error/errorManip.H
View file @
727ea48e
...
...
@@ -55,7 +55,7 @@ Description
namespace
Foam
{
// Forward
d
eclarations
// Forward
D
eclarations
template
<
class
Err
>
class
errorManip
;
template
<
class
Err
>
Ostream
&
operator
<<
(
Ostream
&
,
errorManip
<
Err
>
);
...
...
src/OpenFOAM/db/error/messageStream.H
View file @
727ea48e
...
...
@@ -86,7 +86,7 @@ public:
protected:
// Pr
ivate
Data
// Pr
otected
Data
string
title_
;
errorSeverity
severity_
;
...
...
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