summaryrefslogtreecommitdiff
path: root/src/md.h
blob: 0a4a917bd8140680463b2fcd6f84378f9e620804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef MD_MD_H
#define MD_MD_H

#include "common.h"

#if HAVE_OPENCL
#include <cl.h>
#endif

#include <inttypes.h>

#include "cctk.h"

#include "md_solve.h"
#include "threadpool.h"

typedef struct MDContext MDContext;

#endif /* MD_MD_H */