https://github.com/cran/gstat
Raw File
Tip revision: e29eb1c098870678845afa86853963e7048d25b9 authored by Edzer Pebesma on 21 February 2016, 19:51:52 UTC
version 1.1-1
Tip revision: e29eb1c
fit.h
#ifndef FIT_H
# define FIT_H

#if defined(__cplusplus)
extern "C" {
#endif

int fit_variogram(VARIOGRAM *v);

#if defined(__cplusplus)
}
#endif

#endif
back to top