https://github.com/cran/RandomFields
Raw File
Tip revision: 69b6997965eece62828a56d78c704a7e13821098 authored by Martin Schlather on 08 October 2005, 00:00:00 UTC
version 1.3.4
Tip revision: 69b6997
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