COMP: missing include file for math functions (FULLDEBUG)

- additional include "Switch" in expressions
This commit is contained in:
Kutalmis Bercin 2021-03-17 10:03:05 +00:00 committed by Mark Olesen
parent 3299f9ac0d
commit 3ce18cb6e2
4 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2012-2018 Bernhard Gschaider <bgschaid@hfd-research.com>
Copyright (C) 2019-2020 OpenCFD Ltd.
Copyright (C) 2019-2021 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -31,6 +31,7 @@ License
#include "tensor.H"
#include "symmTensor.H"
#include "sphericalTensor.H"
#include "Switch.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //

View File

@ -27,6 +27,7 @@ License
#include "MathFunctions.H"
#include "mathematicalConstants.H"
#include "error.H"
// * * * * * * * * * * * * * * * Global Functions * * * * * * * * * * * * * * //

View File

@ -34,6 +34,7 @@ Description
#include "MathFunctions.H"
#include "mathematicalConstants.H"
#include "error.H"
#include <cmath>
// * * * * * * * * * * * * * * * Local Functions * * * * * * * * * * * * * * //

View File

@ -34,6 +34,7 @@ Description
#include "MathFunctions.H"
#include "mathematicalConstants.H"
#include "error.H"
using namespace Foam::constant::mathematical;