Revision 69a583c493415ed5fdae6cf8de3cc6c367399153 authored by Martin Schlather on 24 October 2005, 00:00:00 UTC, committed by Gabor Csardi on 24 October 2005, 00:00:00 UTC
1 parent 69b6997
Raw File
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