https://github.com/cran/gstat
Raw File
Tip revision: a071844052d62daa2d8b4a3a05b062da925e6744 authored by Edzer J. Pebesma on 12 November 2008, 21:09:19 UTC
version 0.9-55
Tip revision: a071844
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