GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 }