STYLE: include scalar.H instead of floatScalar.H/doubleScalar.H separately

STYLE: adjust code comments
This commit is contained in:
Mark Olesen 2020-05-29 15:55:56 +02:00
parent 1d2391e0b4
commit 727ea48e0c
10 changed files with 10 additions and 16 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -114,6 +114,7 @@ public:
// Member Functions
//- The accumulated error message
string message() const;
//- Clear any messages

View File

@ -55,7 +55,7 @@ Description
namespace Foam
{
// Forward declarations
// Forward Declarations
template<class Err> class errorManip;
template<class Err> Ostream& operator<<(Ostream&, errorManip<Err>);

View File

@ -86,7 +86,7 @@ public:
protected:
// Private Data
// Protected Data
string title_;
errorSeverity severity_;