mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: include scalar.H instead of floatScalar.H/doubleScalar.H separately
STYLE: adjust code comments
This commit is contained in:
@ -42,8 +42,7 @@ Description
|
|||||||
#include "SymmTensor.H"
|
#include "SymmTensor.H"
|
||||||
#include "SphericalTensor.H"
|
#include "SphericalTensor.H"
|
||||||
#include "DiagTensor.H"
|
#include "DiagTensor.H"
|
||||||
#include "floatScalar.H"
|
#include "scalar.H"
|
||||||
#include "doubleScalar.H"
|
|
||||||
#include "complex.H"
|
#include "complex.H"
|
||||||
|
|
||||||
using namespace Foam;
|
using namespace Foam;
|
||||||
|
|||||||
@ -42,8 +42,7 @@ Description
|
|||||||
#include "SymmTensor.H"
|
#include "SymmTensor.H"
|
||||||
#include "SphericalTensor.H"
|
#include "SphericalTensor.H"
|
||||||
#include "DiagTensor.H"
|
#include "DiagTensor.H"
|
||||||
#include "floatScalar.H"
|
#include "scalar.H"
|
||||||
#include "doubleScalar.H"
|
|
||||||
#include "complex.H"
|
#include "complex.H"
|
||||||
|
|
||||||
using namespace Foam;
|
using namespace Foam;
|
||||||
|
|||||||
@ -41,8 +41,7 @@ Description
|
|||||||
#include "Tensor2D.H"
|
#include "Tensor2D.H"
|
||||||
#include "SymmTensor2D.H"
|
#include "SymmTensor2D.H"
|
||||||
#include "SphericalTensor2D.H"
|
#include "SphericalTensor2D.H"
|
||||||
#include "floatScalar.H"
|
#include "scalar.H"
|
||||||
#include "doubleScalar.H"
|
|
||||||
#include "complex.H"
|
#include "complex.H"
|
||||||
|
|
||||||
using namespace Foam;
|
using namespace Foam;
|
||||||
|
|||||||
@ -43,8 +43,7 @@ Description
|
|||||||
#include "symmTensor.H"
|
#include "symmTensor.H"
|
||||||
#include "transform.H"
|
#include "transform.H"
|
||||||
#include "Random.H"
|
#include "Random.H"
|
||||||
#include "floatScalar.H"
|
#include "scalar.H"
|
||||||
#include "doubleScalar.H"
|
|
||||||
#include "complex.H"
|
#include "complex.H"
|
||||||
|
|
||||||
using namespace Foam;
|
using namespace Foam;
|
||||||
|
|||||||
@ -43,8 +43,7 @@ Description
|
|||||||
#include "symmTensor2D.H"
|
#include "symmTensor2D.H"
|
||||||
#include "transform.H"
|
#include "transform.H"
|
||||||
#include "Random.H"
|
#include "Random.H"
|
||||||
#include "floatScalar.H"
|
#include "scalar.H"
|
||||||
#include "doubleScalar.H"
|
|
||||||
#include "complex.H"
|
#include "complex.H"
|
||||||
|
|
||||||
using namespace Foam;
|
using namespace Foam;
|
||||||
|
|||||||
@ -44,8 +44,7 @@ Description
|
|||||||
#include "tensor.H"
|
#include "tensor.H"
|
||||||
#include "transform.H"
|
#include "transform.H"
|
||||||
#include "Random.H"
|
#include "Random.H"
|
||||||
#include "floatScalar.H"
|
#include "scalar.H"
|
||||||
#include "doubleScalar.H"
|
|
||||||
#include "complex.H"
|
#include "complex.H"
|
||||||
|
|
||||||
using namespace Foam;
|
using namespace Foam;
|
||||||
|
|||||||
@ -46,8 +46,7 @@ Description
|
|||||||
#include "symmTensor2D.H"
|
#include "symmTensor2D.H"
|
||||||
#include "transform.H"
|
#include "transform.H"
|
||||||
#include "Random.H"
|
#include "Random.H"
|
||||||
#include "floatScalar.H"
|
#include "scalar.H"
|
||||||
#include "doubleScalar.H"
|
|
||||||
#include "complex.H"
|
#include "complex.H"
|
||||||
|
|
||||||
using namespace Foam;
|
using namespace Foam;
|
||||||
|
|||||||
@ -114,6 +114,7 @@ public:
|
|||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
|
//- The accumulated error message
|
||||||
string message() const;
|
string message() const;
|
||||||
|
|
||||||
//- Clear any messages
|
//- Clear any messages
|
||||||
|
|||||||
@ -55,7 +55,7 @@ Description
|
|||||||
namespace Foam
|
namespace Foam
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward declarations
|
// Forward Declarations
|
||||||
template<class Err> class errorManip;
|
template<class Err> class errorManip;
|
||||||
template<class Err> Ostream& operator<<(Ostream&, errorManip<Err>);
|
template<class Err> Ostream& operator<<(Ostream&, errorManip<Err>);
|
||||||
|
|
||||||
|
|||||||
@ -86,7 +86,7 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Private Data
|
// Protected Data
|
||||||
|
|
||||||
string title_;
|
string title_;
|
||||||
errorSeverity severity_;
|
errorSeverity severity_;
|
||||||
|
|||||||
Reference in New Issue
Block a user