diff options
Diffstat (limited to 'include/gensvm_copy.h')
| -rw-r--r-- | include/gensvm_copy.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/gensvm_copy.h b/include/gensvm_copy.h new file mode 100644 index 0000000..bdf6eec --- /dev/null +++ b/include/gensvm_copy.h @@ -0,0 +1,18 @@ +/** + * @file gensvm_copy.h + * @author Gertjan van den Burg + * @date May, 2016 + * @brief Header file for gensvm_copy.c + * + */ + +#ifndef GENSVM_COPY_H +#define GENSVM_COPY_H + +// includes +#include "gensvm_base.h" + +// function declarations +void gensvm_copy_model(struct GenModel *from, struct GenModel *to); + +#endif |
