HiRep 0.1
Loading...
Searching...
No Matches
z2semwall.h
1#ifndef Z2SEMWALL_H
2#define Z2SEMWALL_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7// z2semwall.c
8void z2semwall_qprop_free();
9void z2semwall_mesons(int conf, int nhits, int nm, double *m, double acc);
10
11// z2semwall_new.c
12void z2semwall_qprop_free_new();
13void z2semwall_mesons_new(int conf, int nhits, int nm, double *m, double acc);
14
15#ifdef __cplusplus
16}
17#endif
18#endif //Z2SEMWALL_H