📄 ibglimits.h
字号:
/* last edit: Ilja Schmelzer -------------- 10-JUN-1994 15:08:37.28 */
/************************************************************************/
/* */
/* <<< I B G >>> - Intersection - Based Grid generation package */
/* */
/* Version 1.1 by Ilja Schmelzer schmelzer@iaas-berlin.d400.de */
/* */
/* to be distributed under IBG license conditions (see "readme.ibg") */
/* */
/************************************************************************/
#include <float.h>
#ifndef IBG_H
#include "ibg.h"
#endif
#if ibgFloat == float
#define IBG_FLT_EPSILON FLT_EPSILON
#else
#define IBG_FLT_EPSILON DBL_EPSILON
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -