Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/inp2shp.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define MAXTOKS 40 /* Max. items per line of input */
#define UCHAR(x) (((x) >= 'a' && (x) <= 'z') ? ((x)&~32) : (x))
/* #define DEBUG 1 */
#define MAXNUMNODES 5000
#define MAXNUMNODES 200000

void remove_shp(char *shapefile);
int str_is_shp(char *str);
Expand Down