adjust.c 260 B

12345678910
  1. #include <grass/gis.h>
  2. #include <grass/raster.h>
  3. #include <grass/glocale.h>
  4. #include "local_proto.h"
  5. void adjust_window(struct Cell_head *window, int row_flag, int col_flag, int depth_flag)
  6. {
  7. G_adjust_Cell_head3(window, row_flag, col_flag, depth_flag);
  8. }