GRASS Programmer's Manual  6.4.4(2014)-r
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 }
struct V__ V__
Definition: V_call.c:90
void V_float_accuracy(int n)
Set number of decimal places.
Definition: V_acc.c:49