https://github.com/cran/gstat
Raw File
Tip revision: 93cf20f5823ebf1335c84f2edaca4a46a74d1fa8 authored by Edzer J. Pebesma on 15 March 2005, 16:09:59 UTC
version 0.9-18
Tip revision: 93cf20f
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