⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config-wrapper.h

📁 FreeFem++可以生成高质量的有限元网格。可以用于流体力学
💻 H
字号:
// Include a platform-specific configuration file
// ----------------------------------------------

// $Id: config-wrapper.h,v 1.3 2004/06/16 12:25:41 hecht Exp $

// This wrapper is necessary for platforms where the configure script
// does not run.

#ifndef CONFIG_WRAPPER_H
#define CONFIG_WRAPPER_H

#ifdef __MWERKS__
#include "config-macos9.h"
#else
#include <config.h>
#endif

#endif // CONFIG_WRAPPER_H

⌨️ 快捷键说明

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