https://github.com/cran/gstat
Raw File
Tip revision: 06fc08a83c2425edc978981e159da8508eba909c authored by Edzer Pebesma on 18 May 2020, 11:30:02 UTC
version 2.0-6
Tip revision: 06fc08a
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