https://github.com/cran/RandomFields
Raw File
Tip revision: dcb0ce91d5ead43b8dcf245bb0fdec9713ac9954 authored by Martin Schlather on 27 April 2005, 00:00:00 UTC
version 1.2.11
Tip revision: dcb0ce9
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