Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/netgen/libsrc/include/mydefs.hpp
3206 views
1
#ifndef FILE_MYDEFS
2
#define FILE_MYDEFS
3
4
/**************************************************************************/
5
/* File: mydefs.hh */
6
/* Author: Joachim Schoeberl */
7
/* Date: 10. Mar. 98 */
8
/**************************************************************************/
9
10
/*
11
defines for graphics, testmodes, ...
12
*/
13
14
15
// #define DEBUG
16
17
18
#define noDEMOVERSION
19
#define noDEVELOP
20
#define noSTEP
21
#define noSOLIDGEOM
22
23
#define noDEMOAPP
24
#define noMODELLER
25
26
#define noSTAT_STREAM
27
#define noLOG_STREAM
28
29
#endif
30
31