https://github.com/cran/gstat
Raw File
Tip revision: 76883c10118b75b3883c3bc21e980beb0bd5783d authored by Edzer Pebesma on 19 February 2013, 15:39:26 UTC
version 1.0-16
Tip revision: 76883c1
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