mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: missing include file for math functions (FULLDEBUG)
- additional include "Switch" in expressions
This commit is contained in:
committed by
Mark Olesen
parent
3299f9ac0d
commit
3ce18cb6e2
@ -27,6 +27,7 @@ License
|
||||
|
||||
#include "MathFunctions.H"
|
||||
#include "mathematicalConstants.H"
|
||||
#include "error.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * Global Functions * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -34,6 +34,7 @@ Description
|
||||
|
||||
#include "MathFunctions.H"
|
||||
#include "mathematicalConstants.H"
|
||||
#include "error.H"
|
||||
#include <cmath>
|
||||
|
||||
// * * * * * * * * * * * * * * * Local Functions * * * * * * * * * * * * * * //
|
||||
|
||||
@ -34,6 +34,7 @@ Description
|
||||
|
||||
#include "MathFunctions.H"
|
||||
#include "mathematicalConstants.H"
|
||||
#include "error.H"
|
||||
|
||||
using namespace Foam::constant::mathematical;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user