Xiangyu-Hu / SPHinXsys

SPHinXsys provides C++ APIs for engineering simulation and optimization. It aims at complex systems driven by fluid, structure, multi-body dynamics and beyond. The multi-physics library is based on a unique and unified computational framework by which strong coupling has been achieved for all involved physics.

Home Page:https://www.sphinxsys.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IS this macro still in use?

Xiangyu-Hu opened this issue · comments

#ifdef BOOST_AVAILABLE
void handleCommandlineOptions(int ac, char *av[]);
#endif

I did not find anything in cmake file for this definition anymore.