GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
V_acc.c
Go to the documentation of this file.
1 
28 #include <grass/vask.h>
29 
30 
49 void V_float_accuracy(int n)
50 {
51  V__.decimal_places = n;
52 }