mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: provision for non-existence of bessel functions
- These are not defined in the C++ standard for cmath, so allow for compilation without them. Will need to provide replacements in the future or rework.
This commit is contained in:
committed by
Andrew Heather
parent
5f0714fe5b
commit
cdb36e08e9
@ -1,2 +1,3 @@
|
||||
EXE_INC = -I$(LIB_SRC)/ODE/lnInclude
|
||||
EXE_INC = /* -DFoam_no_besselFunc */ -I$(LIB_SRC)/ODE/lnInclude
|
||||
|
||||
EXE_LIBS = -lODE
|
||||
|
||||
Reference in New Issue
Block a user