libmesh_contrib_config.h.in

来自「一个用来实现偏微分方程中网格的计算库」· IN 代码 · 共 45 行

IN
45
字号
/** * The entries in this file will be substitued by configure. * This file decouples the configuration of the contributed software * from the rest of the library so you can config off/on the contrib * stuff and not recompile everything. */#ifndef __libmesh_contrib_config_h__#define __libmesh_contrib_config_h__/** * The configuration result for the triangle library. */@CONTRIB_HAVE_TETGEN@/** * The configuration result for the triangle library. */@CONTRIB_HAVE_TRIANGLE@/** * Configuration result for gzstreams capability. */@CONTRIB_HAVE_GZSTREAM@/** * Configuration result for the space filling curves library. */@CONTRIB_HAVE_SFC@/** * Configuration result for Laspack iterative solvers. */@CONTRIB_HAVE_LASPACK@#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?