From 90a9971eb0da561a088945d4215d6d3a307cbedb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ne=C4=8Dada?= Date: Mon, 10 Apr 2017 04:03:10 +0000 Subject: [PATCH] =?UTF-8?q?Hlavi=C4=8Dka=20pro=20gaunt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 4405fe435235134338c2c0a53f754490725d501e --- qpms/gaunt.h | 4 ++++ qpms/translations.c | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 qpms/gaunt.h create mode 100644 qpms/translations.c diff --git a/qpms/gaunt.h b/qpms/gaunt.h new file mode 100644 index 0000000..bc6b99c --- /dev/null +++ b/qpms/gaunt.h @@ -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 diff --git a/qpms/translations.c b/qpms/translations.c new file mode 100644 index 0000000..18018e0 --- /dev/null +++ b/qpms/translations.c @@ -0,0 +1,2 @@ +#include +#include "gaunt.h"