Mesh Oriented datABase
(version 5.5.1)
An array-based unstructured mesh library
win32_config.h
Go to the documentation of this file.
1
#ifndef MOAB_WIN32_CONFIG_H
2
#define MOAB_WIN32_CONFIG_H
3
4
#if defined WIN32 && defined _MSC_VER
5
#include "MOAB_export.h"
6
7
#ifdef __cplusplus
8
#define _USE_MATH_DEFINES
// for C++
9
#include <cmath>
10
#endif
11
12
#else
13
#define MOAB_EXPORT
14
#endif
15
16
#endif
src
moab
win32_config.h
Generated on Tue Oct 29 2024 02:05:52 for Mesh Oriented datABase by
1.9.1.