Skip to content

Commit

Permalink
Refactor and combine two processing entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsms committed Aug 6, 2021
1 parent f727a0f commit 9bca1bb
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 274 deletions.
2 changes: 1 addition & 1 deletion raster/r.univar/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ typedef struct
/* command line options are the same for raster and raster3d maps */
typedef struct
{
struct Option *inputfile, *zonefile, *percentile, *output_file, *separator, *threads;
struct Option *inputfile, *zonefile, *percentile, *output_file, *separator, *nprocs;
struct Flag *shell_style, *extended, *table, *use_rast_region;
} param_type;

Expand Down
Loading

0 comments on commit 9bca1bb

Please sign in to comment.