-
Notifications
You must be signed in to change notification settings - Fork 375
/
Copy pathgmt_dimensions.h.in
26 lines (25 loc) · 1.39 KB
/
gmt_dimensions.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*--------------------------------------------------------------------
*
* Copyright (c) 1991-2025 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
* See LICENSE.TXT file for copying and redistribution conditions.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; version 3 or any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* Contact info: www.generic-mapping-tools.org
*/
#define GMT_N_COLOR_NAMES @GMT_N_COLOR_NAMES@ /* Lines in gmt_colornames.h */
#define GMT_N_DATUMS @GMT_N_DATUMS@ /* Lines in gmt_datums.h */
#define GMT_N_ELLIPSOIDS @GMT_N_ELLIPSOIDS@ /* Lines in gmt_ellipsoids.h */
#define GMT_N_KEYS @GMT_N_KEYS@ /* Lines in gmt_keywords.h */
#define GMT_N_MEDIA @GMT_N_MEDIA@ /* Lines in gmt_media_name.h */
#define GMT_N_PEN_NAMES @GMT_N_PEN_NAMES@ /* Lines in gmt_pennames.h */
#define GMT_N_UNIQUE @GMT_N_UNIQUE@ /* Lines in gmt_unique.h */
#define GMT_N_CPT_MASTERS @GMT_N_CPT_MASTERS@ /* Lines in gmt_cpt_masters.h */
#define GMT_N_DATASETS @GMT_N_DATASETS@ /* Lines in gmt_datasets.h */