https://github.com/cran/RandomFields
Raw File
Tip revision: c103e17c562b32dcb179c0853306f28a0e456d50 authored by Martin Schlather on 11 April 2005, 00:00:00 UTC
version 1.2.7
Tip revision: c103e17
addownfctns.h
#ifndef hana_public_H
#define hana_public_H 1
#include "GSLvsR.h"

EXTERN void addownfunctions(); // to be called by .C("addownfunctions") 
//                           at the very beginning -- after library(RandomFields)

EXTERN void SetMinDiam(double *x); 

#endif /* hana_public_H */
back to top