https://github.com/cran/gstat
Raw File
Tip revision: 9dab7006658d54b5c62f9180c0de1beba105ddb5 authored by Edzer Pebesma on 29 August 2011, 17:37:37 UTC
version 1.0-2
Tip revision: 9dab700
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