COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
covise_global.h
Go to the documentation of this file.
1 /* This file is part of COVISE.
2 
3  You can use it under the terms of the GNU Lesser General Public License
4  version 2.1 or later, see lgpl-2.1.txt.
5 
6  * License: LGPL 2+ */
7 
8 #ifndef EC_GLOBAL_H
9 #define EC_GLOBAL_H
10 
11 #include <util/coExport.h>
12 
13 /*
14  $Log: covise_global.h,v $
15  * Revision 1.1 1993/09/25 20:45:10 zrhk0125
16  * Initial revision
17  *
18 */
19 
20 #define COVISE_POINTER_TYPE unsigned long long
21 
22 #define STD_GROW_SIZE 20
23 #endif