Hlavička pro gaunt

Former-commit-id: 4405fe435235134338c2c0a53f754490725d501e
This commit is contained in:
Marek Nečada 2017-04-10 04:03:10 +00:00
parent e7b7003abd
commit 90a9971eb0
2 changed files with 6 additions and 0 deletions

4
qpms/gaunt.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef GAUNT_H
#define GAUNT_H
void gaunt_xu(int m, int n, int mu, int nu, int qmax, double v_aq, int *err);
#endif //GAUNT_H

2
qpms/translations.c Normal file
View File

@ -0,0 +1,2 @@
#include <math.h>
#include "gaunt.h"