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

📄 laspack_config.h

📁 一个用来实现偏微分方程中网格的计算库
💻 H
字号:
/****************************************************************************//*                                 elcmp.h                                  *//****************************************************************************//*                                                                          *//* includes definitions of libMesh                                          *//*                                                                          *//* Copyright (C) 1992-1996 Tomas Skalicky. All rights reserved.             *//*                                                                          *//****************************************************************************//*                                                                          *//*        ANY USE OF THIS CODE CONSTITUTES ACCEPTANCE OF THE TERMS          *//*              OF THE COPYRIGHT NOTICE (SEE FILE COPYRGHT.H)               *//*                                                                          *//****************************************************************************/#ifndef LASPACK_CONFIG_H#define LASPACK_CONFIG_H#include "libmesh_config.h"#if defined(USE_REAL_NUMBERS)#  undef _LP_USE_COMPLEX_NUMBERS#  ifdef __cplusplus      /* someone included us from C++ */#     define _LP_INCLUDED_FROM_CPLUSPLUS 1#  else      /* compile LASPACK with real arithmetic in C */#     undef _LP_INCLUDED_FROM_CPLUSPLUS#  endif /* __cplusplus */#elif defined(USE_COMPLEX_NUMBERS)   /* either way, whether someone included us or LASPACK    * is compiled, this is a C++ compiler which does not    * want the extern "C" */#  define _LP_USE_COMPLEX_NUMBERS 1#  undef _LP_INCLUDED_FROM_CPLUSPLUS#else   Choke this: something wrong.#endif#endif /* LASPACK_CONFIG_H */

⌨️ 快捷键说明

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