https://github.com/cran/gstat
Raw File
Tip revision: 55e5c4c51abd4930228e9db3fca51a255ba0f8a7 authored by Edzer J. Pebesma on 23 January 2006, 01:56:37 UTC
version 0.9-24
Tip revision: 55e5c4c
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