HiRep 0.1
Loading...
Searching...
No Matches
staples.h
1#ifndef STAPLES_H
2#define STAPLES_H
3
4#include "suN_types.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void staples(int ix, int mu, suNg *v);
11// void test_staples(); //TODO: it is commented out
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif //STAPLES_H