GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
changeprecision.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/G3d.h>
Include dependency graph for changeprecision.c:

Go to the source code of this file.

Functions

void G3d_changePrecision (void *map, int precision, const char *nameOut)
 Makes a copy of map with name nameOut which is written with precision. The source code can be found in changeprecision.c. More...
 

Function Documentation

void G3d_changePrecision ( void *  map,
int  precision,
const char *  nameOut 
)