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;