HiRep 0.1
Loading...
Searching...
No Matches
cabmar.h
1#ifndef CABMAR_H
2#define CABMAR_H
3
4#include "suN_types.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void cabmar(double beta, suNg *u, suNg *v, int type);
11
12#ifdef __cplusplus
13}
14#endif
15#endif //CABMAR_H