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

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