aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_copy.h
blob: bdf6eecda76b09aedf8fe08e486b65c6cd7890f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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