aspect.h 169 B

123456789
  1. #include <grass/gis.h>
  2. /*
  3. * aspect_fly: calculates aspect on the fly based on elevation map in z
  4. * globals r: region, parm
  5. */
  6. DCELL aspect_fly( /* n, c, s, d */ );