File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020#include <grass/gis.h>
2121#include <grass/gjson.h>
2222#include <grass/glocale.h>
23- #include <grass/parson.h>
2423#include <grass/raster.h>
2524
2625#define COLOR_STRING_LENGTH 30
Original file line number Diff line number Diff line change 11MODULE_TOPDIR = ../..
22
3- LIBES2 = $(RASTERLIB ) $(GISLIB ) $( PARSONLIB )
4- LIBES3 = $(RASTER3DLIB ) $(RASTERLIB ) $(GISLIB ) $( PARSONLIB )
3+ LIBES2 = $(RASTERLIB ) $(GISLIB )
4+ LIBES3 = $(RASTER3DLIB ) $(RASTERLIB ) $(GISLIB )
55DEPENDENCIES = $(RASTER3DDEP ) $(GISDEP ) $(RASTERDEP )
66
77PROGRAMS = r.colors.out r3.colors.out
Original file line number Diff line number Diff line change 2121#include <grass/raster.h>
2222#include <grass/raster3d.h>
2323#include <grass/glocale.h>
24- #include <grass/parson.h>
2524
2625/* Run in raster3d mode */
2726int main (int argc , char * * argv )
Original file line number Diff line number Diff line change 2020#include <grass/gis.h>
2121#include <grass/raster.h>
2222#include <grass/glocale.h>
23- #include <grass/parson.h>
2423
2524/* Run in raster mode */
2625int main (int argc , char * * argv )
You can’t perform that action at this time.
0 commit comments