phylopomp
Phylodynamics for POMPs
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pomplink.h
Go to the documentation of this file.
1 #ifndef _PHYLOPOMP_POMPLINK_H_
2 #define _PHYLOPOMP_POMPLINK_H_
3 
4 #include <pomp.h>
5 #include <R_ext/Rdynload.h>
6 
7 extern get_userdata_t *get_userdata;
8 extern get_userdata_int_t *get_userdata_int;
9 extern get_userdata_double_t *get_userdata_double;
10 
11 #endif