Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/Clooper/ttest.h
blob: a4ea56d4b66aa9a3d97ecd4fc3baab8d7aadd6d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _MSL_MATH_H
#define _MSL_MATH_H

#include <gsl/gsl_complex.h>
typedef gsl_complex msl_complex_t;

#ifdef __cplusplus
extern "C" {
#endif

void testtimer();

#ifdef __cplusplus
}
#endif

#endif