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:
Mark Olesen
2019-03-15 11:19:15 +01:00
committed by Andrew Heather
parent 5f0714fe5b
commit cdb36e08e9
4 changed files with 84 additions and 64 deletions

View File

@ -1,2 +1,3 @@
EXE_INC = -I$(LIB_SRC)/ODE/lnInclude
EXE_INC = /* -DFoam_no_besselFunc */ -I$(LIB_SRC)/ODE/lnInclude
EXE_LIBS = -lODE