GRASS Programmer's Manual  6.4.2(2012)
V_acc.c
Go to the documentation of this file.
00001 
00028 #include <grass/vask.h>
00029 
00030 
00049 void V_float_accuracy(int n)
00050 {
00051     V__.decimal_places = n;
00052 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines