• Main Page
  • Related Pages
  • Data Structures
  • Files
  • File List
  • Globals

zone.c

Go to the documentation of this file.
00001 
00015 #include <grass/gis.h>
00016 
00017 
00028 int G_zone(void)
00029 {
00030     struct Cell_head window;
00031 
00032     G_get_set_window(&window);
00033 
00034     return window.zone;
00035 }

Generated on Wed Oct 13 2010 12:09:30 for GRASS Programmer's Manual by  doxygen 1.7.1